Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name Steam Link Filter Auto Transfer
- // @namespace 95.211.209.53-e85f8079-b847-455f-b080-8467e2977711@sanitysama
- // @description Yes I already know I'm leaving Steam
- // @include https://steamcommunity.com/linkfilter/?url=*
- // @version 1.0
- // @grant none
- // @run-at document-start
- // ==/UserScript==
- var c = window.location.href.split('https://steamcommunity.com/linkfilter/?url=')[1];
- window.location.replace(c);
Advertisement
Add Comment
Please, Sign In to add comment