Steam Linkfilter Bypass

Bypasses the steam link filter

// ==UserScript==
// @name Steam Linkfilter Bypass
// @version 0.1
// @description Bypasses the steam link filter
// @match https://steamcommunity.com/linkfilter/*
// @run-at document-start
// @namespace https://gf.qytechs.cn/users/3865
// ==/UserScript==

var URL = document.URL;
var str = URL.split("url=");
window.location = str[1]; 

QingJ © 2025

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