final v


SUBMITTED BY: Guest

DATE: March 4, 2013, 1:46 p.m.

FORMAT: Text only

SIZE: 2.0 kB

HITS: 1214

  1. 1 Go to - > https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en
  2. 2 Add Tampermonkey to google chrome browser
  3. 3 Tampermonkey -> Add news script
  4. 3 in script below (on the bottom ) find YourNICKNAME and replace it with ur nick name
  5. 4 copy and paste script in Tampermonkey -> Add news script
  6. 5 save script
  7. 6 reload game window
  8. 7 scroll down to the bottom
  9. 8 wait for chat to connect to server
  10. 9 enjoy the magic
  11. if u need any help just send me message
  12. // ==UserScript==
  13. // @name http://s1.mlgame.co.uk/
  14. // @namespace http://use.i.E.your.homepage/
  15. // @version 0.1
  16. // @description enter something useful
  17. // @match http://s1.mlgame.co.uk/*
  18. // @require http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js
  19. // @copyright 2012+, You
  20. // ==/UserScript==
  21. function addGlobalStyle(css) {
  22. var head, style;
  23. head = document.getElementsByTagName('head')[0];
  24. if (!head) { return; }
  25. style = document.createElement('style');
  26. style.type = 'text/css';
  27. style.innerHTML = css;
  28. head.appendChild(style);
  29. }
  30. addGlobalStyle('#wrapper{width:100%;height:1500px;border:1px solid black;overflow:auto}#first{float:left;width:63%;border:1px solid red}#second{border:1px solid green;margin:0 0 0 64%}');
  31. var calc =
  32. '<div id="wrapper"> '
  33. + '<div id="first">'
  34. + ' <iframe src="http://en.mylandsgame.info/calc/" style="border:0px #FFFFFF none;" name="iFrame1" scrolling="yes" frameborder="0" height="100%" width="99%"> '
  35. + ' </iframe> '
  36. + '</div> '
  37. + '<div id="second">'
  38. + '<div><iframe src="http://lightirc.com/start/?host=irc.lightirc.com&autojoin=%23strangers&showNickSelection=true&nick=YourNICKNAME" style="width:99%; height:40%;"></iframe><div>'
  39. + ' </div> </div>';
  40. $('body').append(calc);

comments powered by Disqus