Page 45 of 79 FirstFirst ... 35434445464755 ... LastLast
Results 441 to 450 of 785

Thread: Charity Corner 2019 Official Thread

  1. #441

    Joined
    Jul 2014
    Posts
    7
    Userbars
    0
    Thanks
    2
    Thanked
    0/0
    DL/UL
    3/0
    Mentioned
    Never
    Time Online
    2d 7h 58m
    Avg. Time Online
    N/A
    Glitch is not fixed, you can still use back and donate more than 15 items a time.

  2. #442
    Poem's Avatar
    Joined
    Feb 2013
    Posts
    986
    Userbars
    9
    Thanks
    821
    Thanked
    678/277
    DL/UL
    41/0
    Mentioned
    247 times
    Time Online
    86d 16h 7m
    Avg. Time Online
    30m
    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



    Edit: @(you need an account to see links) has informed me that there's a maximum of 15 items that can be donated, here's the updated version that selections just 15 items courtesy of @(you need an account to see links)
    Last edited by Poem; 05-14-2019 at 09:21 AM.

  3. The Following 17 Users Say Thank You to Poem For This Useful Post:

    Achyfi (05-14-2019),ailunbee (05-18-2019),Bat (05-14-2019),cauau (05-14-2019),Delibird (05-14-2019),Fiero (05-14-2019),Gato (05-14-2019),Harle (05-14-2019),iminnocent (05-14-2019),Maki (05-14-2019),Master174 (05-14-2019),Meepit (05-14-2019),Menine (05-14-2019),npm (05-14-2019),Politoed (05-14-2019),Stocking Anarchy (05-14-2019),Styx (05-14-2019)

  4. #443
    Stocking Anarchy's Avatar
    Joined
    May 2016
    Posts
    1,371
    Userbars
    11
    Thanks
    929
    Thanked
    1,627/650
    DL/UL
    182/0
    Mentioned
    145 times
    Time Online
    47d 8h 56m
    Avg. Time Online
    23m
    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







  5. #444
    Guil's Avatar
    Joined
    Sep 2013
    Posts
    1,144
    Pronouns
    she/her
    Userbars
    54
    Thanks
    2,722
    Thanked
    5,167/1,092
    Mentioned
    173 times
    Time Online
    41d 11h 34m
    Avg. Time Online
    15m
    how do you get to the discard checklist without just using the link ive seen posted on this thread? am i blind haha


    custom userbars by @lyrichord (argyle) and @charmander (guilmon ryu)! thank you so much!


    "My name isn't Rob, but I'm Robbing"
    -Thieves 2020



    @guil and @delibird


    userbar by @charmander and art by @dankruse !

  6. #445
    Sakuras's Avatar
    Joined
    May 2014
    Posts
    1,805
    Userbars
    23
    Thanks
    11,748
    Thanked
    2,255/724
    DL/UL
    3/0
    Mentioned
    149 times
    Time Online
    40d 5h 49m
    Avg. Time Online
    15m
    Quote Originally Posted by Guil View Post
    how do you get to the discard checklist without just using the link ive seen posted on this thread? am i blind haha
    i was just wondering the same thing.

    also props to TNT, this method is SO much faster.

  7. #446
    Stocking Anarchy's Avatar
    Joined
    May 2016
    Posts
    1,371
    Userbars
    11
    Thanks
    929
    Thanked
    1,627/650
    DL/UL
    182/0
    Mentioned
    145 times
    Time Online
    47d 8h 56m
    Avg. Time Online
    23m
    Quote Originally Posted by Guil View Post
    how do you get to the discard checklist without just using the link ive seen posted on this thread? am i blind haha
    honestly have no idea, before coming here i saw it posted on Jellyneo and thats the reason why i knew it existed.







  8. #447
    Menine's Avatar
    Joined
    Aug 2016
    Posts
    2,380
    Pronouns
    she
    Userbars
    61
    Thanks
    6,362
    Thanked
    8,850/1,707
    DL/UL
    95/0
    Mentioned
    505 times
    Time Online
    222d 5h 8m
    Avg. Time Online
    1h 54m
    Quote Originally Posted by Guil View Post
    how do you get to the discard checklist without just using the link ive seen posted on this thread? am i blind haha
    Going to Sive Events board and clicking on HTT board.
    But seriously, they should add it on CC page

  9. The Following 2 Users Say Thank You to Menine For This Useful Post:

    Guil (05-14-2019),Sakuras (05-14-2019)

  10. #448
    pinguim's Avatar
    Joined
    Oct 2015
    Posts
    401
    Userbars
    13
    Thanks
    111
    Thanked
    114/88
    DL/UL
    82/0
    Mentioned
    61 times
    Time Online
    34d 10h 27m
    Avg. Time Online
    15m
    You can click on that empty box in the machine. It will redirect you to that page :p

  11. The Following User Says Thank You to pinguim For This Useful Post:

    Menine (05-14-2019)

  12. #449
    Guil's Avatar
    Joined
    Sep 2013
    Posts
    1,144
    Pronouns
    she/her
    Userbars
    54
    Thanks
    2,722
    Thanked
    5,167/1,092
    Mentioned
    173 times
    Time Online
    41d 11h 34m
    Avg. Time Online
    15m
    Thanks.... I see it now... they really should add it to the CC page... RIP to all the people who dont go on the boards


    custom userbars by @lyrichord (argyle) and @charmander (guilmon ryu)! thank you so much!


    "My name isn't Rob, but I'm Robbing"
    -Thieves 2020



    @guil and @delibird


    userbar by @charmander and art by @dankruse !

  13. #450

    Joined
    Jul 2012
    Posts
    1,888
    Thanks
    1,619
    Thanked
    3,297/1,003
    DL/UL
    223/0
    Mentioned
    469 times
    Time Online
    132d 23h 52m
    Avg. Time Online
    45m
    The only thing I don't like is that they sent parameters regardless of if they're used or not.
    If I check only 15 items why the hell sent the whole list?
    No wonder you have to increase the item limit bit by bit.

  14. The Following 3 Users Say Thank You to Daviid For This Useful Post:

    Bat (05-14-2019),iminnocent (05-14-2019),npm (05-14-2019)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •