- Joined
- Mar 17, 2019
I did one for autoclicking on 'Next Highlight' so that I didn't have to waste as much time catching up on the last 200 pages of the Rekieta thread and giving @AnOminous his reddit gold.
What bookmarklets do people find useful? The good old 'remove redirects' one from this page has always been a favorite.
Code:
javascript:void%20function(){try{document.evaluate(%22//span[text()='\n\t\tNext%20Highlight\n\t']%22,document,null,XPathResult.FIRST_ORDERED_NODE_TYPE,null).singleNodeValue.click();} catch {alert('no more highlights');}}();