![]() |
|
How to hack the shoutbox with chrome - Printable Version +- (wL) Forums (https://war-lords.net/forum) +-- Forum: Resources (https://war-lords.net/forum/forum-31.html) +--- Forum: Programming (https://war-lords.net/forum/forum-33.html) +--- Thread: How to hack the shoutbox with chrome (/thread-15981.html) |
How to hack the shoutbox with chrome - Call me when humans go extinct - Mar 29 2016 Since riser is too lazy to update the forums, so I will show you how to hack it and make it look cool. ![]() First you need to use the chrome browser or any browser that is based on chromium. Install this chrome extension named Styler from chrome web store: https://chrome.google.com/webstore/detail/styler/bogdgcfoocbajfkjjolkmcdcnnellpkb?utm_source=chrome-ntp-icon&hl=en After you installed, the button of Styler should be showing up on the top right of your chrome.Go to war-lords.net, then press the the "Styler" button. Copy and paste the following code to the first textbox which labeled as "CSS": Code: .double-column-table .right-column {Then copy and paste the following code to the second textbox labeled as "JavaScript/jQuery": Code: $(document).ready(function(){$("#shoutbox").insertAfter("#content .right-column table:first");$("#content .right-column table:first").after("<br>");$('#shoutbox .window').scrollTop($('#shoutbox .window')[0].scrollHeight);});Like this: ![]() Reload the page and you are good to go. RE: How to hack the shoutbox with chrome - Riser - Mar 29 2016 i already added it to the site, thx nats |