Advertisement
ulcerrot

Steam Web Tools Fix

Jun 30th, 2014
1,212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Steam Web Tools
  3. // @namespace http://v1t.su/projects/steam/webtools/
  4. // @description Useful tools in Steam web sites
  5. // @version latest
  6. // @date 2013-01-15
  7. // @creator vit@v1t.su
  8. // @icon http://mr-vit.github.io/SteamWebTools/icon-64.png
  9. // @include http://store.steampowered.com/*
  10. // @include https://store.steampowered.com/*
  11. // @include http://steamcommunity.com/*
  12. // @include https://steamcommunity.com/*
  13. // @homepage http://v1t.su/projects/steam/webtools/
  14. // ==/UserScript==
  15. var script = document.createElement('script');
  16. script.type = 'text/javascript';
  17. script.src = '//mr-vit.github.io/SteamWebTools/steamwebtools.base.js';
  18. document.body.appendChild(script);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement