This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var s = document.createElement("link"); | |
| s.rel = "stylesheet"; | |
| s.type = 'text/css'; | |
| s.href = "//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"; | |
| $("head").append(s); | |
| $.getScript('//code.jquery.com/ui/1.12.1/jquery-ui.js', () => { | |
| var lines = []; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| document.body.style.backgroundImage = 'url(//s1-ddt.7tgames.com/images/bg_all.jpg)'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| document.body.style.backgroundImage = "url(//s1-ddt.game321.com/images/bg/4.jpg)"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Read me How to use | |
| * 1. open ddtank | |
| * 2. right click on any part of the page not the game itself | |
| * 3. click on inspect element menu | |
| * 4. go to console ang copy-paste this code and press enter | |
| * TIPS: This one is attached at the bottom, for overlay check https://gist.github.com/ipisboomz/3736ac7ace7f14148dffb4add5455e04 | |
| */ | |
| document.getElementsByTagName("object")[0].parentElement.appendChild((()=>{ | |
| document.getElementsByTagName("object")[0].parentElement.style.position = 'relative'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Read me How to use | |
| * 1. open ddtank | |
| * 2. right click on any part of the page not the game itself | |
| * 3. click on inspect element menu | |
| * 4. go to console ang copy-paste this code and press enter | |
| * TIPS: You can adjust the number top: 500; value to suit your preference, the height of the game is 600 | |
| * Try this other one: https://gist.github.com/ipisboomz/518d97ba0d75392402b346d32bd0c503 not overlay but appears on the bottom | |
| */ | |
| document.getElementsByTagName("object")[0].parentElement.appendChild((()=>{ |