Warning: fopen(/www/sites/update.greasyfork.icu/index/store/temp/46044915c096c6ff8773efd7b3bf80c4.js): failed to open stream: No space left on device in /www/sites/update.greasyfork.icu/index/scriptControl.php on line 65
// ==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 // @downloadURL https://update.greasyfork.icu/scripts/7818/Automatic%20Steam%20Linkfilter%20Reroute.user.js // @updateURL https://update.greasyfork.icu/scripts/7818/Automatic%20Steam%20Linkfilter%20Reroute.meta.js // ==/UserScript== window.location.replace(location.search.replace('?url=', ''));