|
|
|
|
|
by dspillett
2074 days ago
|
|
Or turn it into a one-line immediately executed function, and you can add it as a bookmark and run it on pages that are not yours: javascript:(function b(){function randInt() {return Math.round (Math.random() * 20 - 10)};for (const img of document.getElementsByTagName('img')) {img.src = `https://placekitten.com/g/${randInt() + img.width}/${randInt() + img.height}`}})();
Create a bookmark with that as the URL, go to some page, click the bookmark, kittens everywhere, profit! |
|