Go to hell, Steam Link Filter

Redirects all links sent through the Steam Link Filter to their original destination

  1. // ==UserScript==
  2. // @name Go to hell, Steam Link Filter
  3. // @namespace /u/harmonictimecube
  4. // @description Redirects all links sent through the Steam Link Filter to their original destination
  5. // @include https://steamcommunity.com/linkfilter/*
  6. // @run-at document-start
  7. // @icon http://i.imgur.com/u0DvTg8.png
  8. // @version 1.0
  9. // ==/UserScript==
  10.  
  11. var url = window.location.href;
  12. var new_url = url.replace("https://steamcommunity.com/linkfilter/?url=", "");
  13.  
  14. window.location.replace(new_url);

QingJ © 2025

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