Warning: fopen(/www/sites/greasyfork.cloud/index/store/temp/1c9f450ad01be83306c45927a90963bc.html): failed to open stream: No space left on device in /www/sites/greasyfork.cloud/index/scriptsControl.php on line 127
Automatic Steam Linkfilter Reroute - 源代码

Greasy Fork

Automatic Steam Linkfilter Reroute

Automatically redirects from the Steam link filter page.

// ==UserScript==
// @name        Automatic Steam Linkfilter Reroute
// @namespace   no-steam-linkfilter
// @author      Veeno
// @description Automatically redirects from the Steam link filter page.
// @include     *steamcommunity.com/linkfilter*
// @version     1.0
// @grant       none
// @run-at      document-start
// ==/UserScript==

window.location.replace(location.search.replace('?url=', ''));