Warning: fopen(/www/sites/update.greasyfork.icu/index/store/temp/ccf0179c2200b29c9c848b99e11bc6a3.js): failed to open stream: No space left on device in /www/sites/update.greasyfork.icu/index/scriptControl.php on line 65
// ==UserScript== // @name Steam linkfilter redirect // @namespace http://www.infilel.com/ // @version 0.1 // @description Automaticly redirect to get rid of linkfilter // @match https://steamcommunity.com/linkfilter/?url=* // @copyright 2014+, Infilel // @downloadURL https://update.greasyfork.icu/scripts/3297/Steam%20linkfilter%20redirect.user.js // @updateURL https://update.greasyfork.icu/scripts/3297/Steam%20linkfilter%20redirect.meta.js // ==/UserScript== window.location.href = window.location.href.replace("https://steamcommunity.com/linkfilter/?url=", "");