Created
August 7, 2023 17:08
-
-
Save devsikander/d5f7374e97cb56aac9b9798d3b268996 to your computer and use it in GitHub Desktop.
Chatty search link fix bookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){$("li.chatty > a").each(function(){if(this.href.startsWith("https://www.shacknews.com/chatty/")){this.href=this.href.replace("https://www.shacknews.com/chatty/","https://www.shacknews.com/chatty?id=");}});})();void(0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment