Skip to content

Instantly share code, notes, and snippets.

Created July 14, 2014 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/97249d6e49bfca102f9c to your computer and use it in GitHub Desktop.
Save anonymous/97249d6e49bfca102f9c to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Haxxor
// @include http://2ch.hk/pr/res/353293.html
// ==/UserScript==
$('[href^="https://steamcommunity.com/linkfilter/?url="]').each(function () {
this.href = this.href.replace(new RegExp('^https://steamcommunity.com/linkfilter/\\?url='), 'http://');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment