Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Readme

Open val on esm.town

#bookmarklet

1
2
3
4
5
function run() {
const target = new URL(document.URL);
target.hostname = "esm.town";
window.location = target;
}
March 8, 2024