Quote Originally Posted by Daviid View Post




I wish they'd use something like (you need an account to see links)


Code:
// ==UserScript==
// @(you need an account to see links)         CC checkist donate
// @version      0.1
// @(you need an account to see links)cription  Donate everything on your inventory!
// @author       Daviid
// @(you need an account to see links)ch        (you need an account to see links)
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    var items = $("input[name^=radio_arr]").slice(0,15);
    items.each(function(a,b){b.checked = true});
    $("form[name=quickstock]").submit();
})();
Nice script though it auto donates stuff so if anyone wants to use this keep in mind that as soon as you open the page it will check all items and donate them so don't be stupid like me and open the itemdiscard page with nerkmids you just bought in your inventory *cough*

---------- Post added at 07:19 AM ---------- Previous post was at 07:15 AM ----------

Quote Originally Posted by Poem View Post
This is my first time posting any kind of code so be kind

I was tired of having no "check all" option so I stackoverflowed something real quick

Love this simple script <3