NegaPlus

try to take over the world!

  1. // ==UserScript==
  2. // @name NegaPlus
  3. // @namespace Edited version of Dualplus by Leone
  4. // @version 0.1
  5. // @description try to take over the world!
  6. // @author Leone
  7. // @match http://dual-agar.me/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11.  
  12. window.onload = function() {
  13.  
  14. $("img.top_image").replaceWith('<img.top_image><a href="https://imgur.com/r6UE5RV"><img src="https://i.imgur.com/r6UE5RV.png" title="source: imgur.com" /></a></img.top_image>');
  15. $("div#divTeamText").replaceWith('<input type="text" id="team_name" class="form-control" placeholder="㉰" maxlength="10">');
  16. $("img#preview-img.preview-img").replaceWith('<img class="preview-img" id="preview-img" src="http://agar-network.com/skins/ring.png">');
  17. $("img#preview-img2.preview-img").replaceWith('<img class="preview-img" id="preview-img2" src="http://agar-network.com/skins/ring.png">');
  18.  
  19.  
  20.  
  21. }