Skip to content

Instantly share code, notes, and snippets.

@Shou
Last active August 29, 2015 14:03
Show Gist options
  • Save Shou/e07c4a3ed1dfa2febd00 to your computer and use it in GitHub Desktop.
Save Shou/e07c4a3ed1dfa2febd00 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name FuckSteam
// @description Automatically pass link warnings of Steam
// @version 0.1
// @include http*://steamcommunity.com/linkfilter/*
// @author Shou
// @copyright 2014, Shou
// @license GPL-3
// @run-at document-start
// ==/UserScript==
window.location.href = decodeURIComponent(window.location.href.replace(/https?:\/\/steamcommunity\.com\/linkfilter\/(\?url\=)?/, ""))
@Shou
Copy link
Author

Shou commented Jul 15, 2014

Automatically redirect from Steam's link filter page. Click "Raw" to install this userscript in Firefox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment