Skip to content

Instantly share code, notes, and snippets.

@devsikander
Created August 7, 2023 17:08
Show Gist options
  • Save devsikander/d5f7374e97cb56aac9b9798d3b268996 to your computer and use it in GitHub Desktop.
Save devsikander/d5f7374e97cb56aac9b9798d3b268996 to your computer and use it in GitHub Desktop.
Chatty search link fix bookmarklet
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