Most Recent
Forum Legend
Following
New Comments
Locked Topic
Pinned Topic
This only works on Google Chrome
This code allows you to change all images on the side to Mittens. It is just funny.
1. Open Bookmarks Manager (Ctrl+S+O)
2. Add Bookmark
3. For the link section, insert the following:
(function() { var images = document.getElementsByTagName('img'); var newImage = 'https://i.imgur.com/qdMuTe2.png'; for(var i = 0; i < images.length; i++) { images[i].src = newImage; } })();
4. Name the bookmark and make sure it can be seen in Bookmarks Bar. Once done, go to a page like https://chess.com/today , news sites, wikipedia and click the bookmark. Boom! Mittens has dominated the site!
If it works, feel free to share some cool screenshots below!