Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. 1) Install Tampermonkey ( https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo )
  2.  
  3. 2) Copy this into 'Add a new script...'
  4.  
  5.  
  6. // ==UserScript==
  7. // @name Skip Steam Link Protection
  8. // @namespace oh
  9. // @include https://steamcommunity.com/linkfilter/*
  10. // @version 1.oh.yes
  11. // @run-at document-start
  12. // @description yes
  13. // ==/UserScript==
  14. window.location = String(window.location).substr(43);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement