Toribash
I'm a 3rd year of highschool. I'll raise my activity soon, soon guys, soon.
Selling something? Need some toricredits? Click this quickly.
Main rival of ToriBot since 20&&
- made in Indonesia

The warrior guided by the spirit serves humanity, the warrior without, serves the ego.
awesome, i'm going to france tomorrow. fuck XD hopefully i might raise my activity there or not XD
Your messed up world enthrills me
gl william
btw
can some staff here ban and unban me real quick. I want my items gone from market so i can sell on forum...
= SELLING MARKET INVENTORY =
Pm me for deals
Click your own name on the forum, "Market Inventory", "Check all", "Remove from Market". Done.
Now doing recoloring for people not in the clan as-well, PM for more info!
PROUD OWNER OF THORN'S GOOD ENOUGH WRITER AWARD!
http://forum.toribash.com/showthread.php?t=550639

rip

oh duuude, just make a script to do it ^^ : rightclickleftclickrightclickleftclick

https://www.murgee.com/auto-mouse-click/

Then once it has to scroll down the page, just jiggle your keyboard &&

Edit:
No, no, it's possible. You'll have to program the X:Y coordinates to click on the scroll bar. GOOD LUCK
Last edited by Deuteria; Feb 18, 2016 at 05:42 AM.
idk you could do something like document.querySelectorAll("[invid]").click() but you might want to document.querySelectorAll("[invid]").setAttribute("target","_blank") first XD

Try give that a try in console:
document.querySelectorAll("[invid]").setAttribute("target","_blank");
document.querySelectorAll("[invid]").click();

(warning, I didn't test shit)

EDIT: Err, wait, it doesn't work like that in JS I think, maybe you have to do
var derp = document.querySelectorAll("[invid]");
for (var i in derp) {
i.setAttribute("target","_blank");
i.click();
}

Anyway good luck >_<
Last edited by ImmortalPig; Feb 19, 2016 at 07:32 AM.
<Faint> the rules have been stated quite clearly 3 times now from high staff