Automatic Steam Linkfilter Reroute

Automatically redirects from the Steam link filter page.

  1. // ==UserScript==
  2. // @name Automatic Steam Linkfilter Reroute
  3. // @namespace no-steam-linkfilter
  4. // @author Veeno
  5. // @description Automatically redirects from the Steam link filter page.
  6. // @include *steamcommunity.com/linkfilter*
  7. // @version 1.0
  8. // @grant none
  9. // @run-at document-start
  10. // ==/UserScript==
  11.  
  12. window.location.replace(location.search.replace('?url=', ''));

QingJ © 2025

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