Steam linkfilter bypass

Automatically bypasses the steam linkfilter.

// ==UserScript==
// @name          Steam linkfilter bypass
// @namespace     http://www.mattjeanes.com/
// @description   Automatically bypasses the steam linkfilter.
// @include       http*://steamcommunity.com/linkfilter/?url=*
// @run-at        document-start
// @version 0.0.1.20140723101100
// ==/UserScript==

var str = window.location.href
var search = "?url="
window.location.replace(str.substr(str.indexOf(search)+search.length))

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址