Last active
August 29, 2015 14:03
-
-
Save Shou/e07c4a3ed1dfa2febd00 to your computer and use it in GitHub Desktop.
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
// ==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\=)?/, "")) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Automatically redirect from Steam's link filter page. Click "Raw" to install this userscript in Firefox.