sanitysama

Steam Link Filter Auto Transfer

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