Advertisement
Guest User

Untitled

a guest
Jul 6th, 2017
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. // ==UserScript==
  2. // @name slashers Helper
  3. // @namespace edited ls
  4. // @include http://ladderslasher.d2jsp.org/v1.30/
  5. // @version 2.0
  6. // @grant none
  7. // ==/UserScript==
  8. function addGlobalStyle(css) {var head;var style;
  9. head = document.getElementsByTagName('head') [0];
  10. if (!head) {return;}
  11. style = document.createElement('style');
  12. style.type = 'text/css';
  13. style.innerHTML = css;
  14. head.appendChild(style);}
  15. addGlobalStyle('.itemBoxRight { display:none; border:1px solid red}');
  16. addGlobalStyle('.cataArrowControls svg {width:0px; height:0px; position:absolute; opacity:.2; cursor:pointer }');
  17. window.setInvTab = (function(fCache){return function(e){fCache.apply(this, [0]);};}(window.setInvTab));
  18. window.showLake = function () {new CSkill(Skill.FISHING);};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement