Advertisement
Guest User

Untitled

a guest
Sep 17th, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name        Steam Link-filter bypasser
  3. // @namespace   steamlinkfilter
  4. // @description Bypasses steam link-filter
  5. // @include     *//steamcommunity.com/linkfilter/*
  6. // @version     1
  7. // @grant       none
  8. // ==/UserScript==
  9.  
  10. var currentUrl = document.URL;
  11. document.location.href = currentUrl.split("?url=").pop();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement