Results 1 to 9 of 9

Thread: Option to de-select userbars

  1. #1
    Lilac Tentacles's Avatar
    Joined
    Apr 2012
    Posts
    1,725
    Userbars
    52
    Thanks
    1,015
    Thanked
    2,992/1,244
    DL/UL
    10/0
    Mentioned
    369 times
    Time Online
    68d 5m
    Avg. Time Online
    23m

    Option to de-select userbars

    I've been messing around for a bit and I can't tell if we're able to un-select certain userbars. If it's not possible, can we make it an option?
    I don't want a couple of mine showing because they don't match.

  2. #2
    Accelerator's Avatar
    Joined
    Jul 2013
    Posts
    4,995
    Userbars
    26
    Thanks
    1,986
    Thanked
    3,789/1,696
    DL/UL
    178/0
    Mentioned
    744 times
    Time Online
    335d 1h 18m
    Avg. Time Online
    2h 3m
    Code:
    // ==UserScript==
    //   @(you need an account to see links) cK Userbar 'Editor'
    //   @(you need an account to see links)space cK Userbar 'Editor'
    //   @(you need an account to see links)cription Makes editing userbars easier by unchecking the radio boxes by default
    // @version 1.0
    // @license (you need an account to see links)
    // @include (you need an account to see links)
    // @grant none
    // ==/UserScript==
    
    document.body.innerHTML = document.body.innerHTML.replace(/checked="checked"/g, '');
    This will automatically uncheck them for you.
    If they still show, keep them checked but change their ID (value) using inspect element.
    Edit: It'll look like this
    Code:
    <input name="userbars[2]" value="21" id="rb_userbar21" tabindex="1" type="radio">
    Just change the number to something like 777
    Last edited by Accelerator; 09-09-2017 at 11:02 AM.

    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)

    "Date et dabitur vobis"
    「Let's fight 恐れはない」


    "A quantum supercomputer calculating for a thousand years could not even approach the number of f��ks I do not give"

    「君が望むモノは何?」

  3. The Following 4 Users Say Thank You to Accelerator For This Useful Post:

    Aura (09-09-2017),cootiesbag (09-09-2017),j03 (09-09-2017),Pusheen (09-09-2017)

  4. #3
    Lilac Tentacles's Avatar
    Joined
    Apr 2012
    Posts
    1,725
    Userbars
    52
    Thanks
    1,015
    Thanked
    2,992/1,244
    DL/UL
    10/0
    Mentioned
    369 times
    Time Online
    68d 5m
    Avg. Time Online
    23m
    @(you need an account to see links)


    Wut does any of that mean?

  5. #4
    Accelerator's Avatar
    Joined
    Jul 2013
    Posts
    4,995
    Userbars
    26
    Thanks
    1,986
    Thanked
    3,789/1,696
    DL/UL
    178/0
    Mentioned
    744 times
    Time Online
    335d 1h 18m
    Avg. Time Online
    2h 3m
    @(you need an account to see links) Not sure if srs or not but I'm still gonna answer anyways. The first one is a userscript, and the second is part of the developer tools all browsers have nowadays (It's also HTML).

    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)

    "Date et dabitur vobis"
    「Let's fight 恐れはない」


    "A quantum supercomputer calculating for a thousand years could not even approach the number of f��ks I do not give"

    「君が望むモノは何?」

  6. #5
    Jeongyeon's Avatar
    Joined
    Jul 2013
    Posts
    428
    Userbars
    22
    Thanks
    58
    Thanked
    271/127
    DL/UL
    82/0
    Mentioned
    101 times
    Time Online
    73d 12h 33m
    Avg. Time Online
    27m
    The I heart ck userbar is impossible to deselect

  7. The Following User Says Thank You to Jeongyeon For This Useful Post:

    Lilac Tentacles (09-09-2017)

  8. #6
    Lilac Tentacles's Avatar
    Joined
    Apr 2012
    Posts
    1,725
    Userbars
    52
    Thanks
    1,015
    Thanked
    2,992/1,244
    DL/UL
    10/0
    Mentioned
    369 times
    Time Online
    68d 5m
    Avg. Time Online
    23m
    Quote Originally Posted by Accelerator View Post
    @(you need an account to see links) Not sure if srs or not but I'm still gonna answer anyways. The first one is a userscript, and the second is part of the developer tools all browsers have nowadays (It's also HTML).
    I'm dead serious. I have no idea where i would even put that to get a userbar to go away. On the page with the userbars, there's no box to place coding. Am I supposed to know where to put it? I haven't taken a coding class since HTML my senior year of high school in 2005 and even then, I only used it for myspace. I give money to other people to deal with that for me.
    I just wanted to know if Joe could make it an option to uncheck the bubble.

  9. #7
    Accelerator's Avatar
    Joined
    Jul 2013
    Posts
    4,995
    Userbars
    26
    Thanks
    1,986
    Thanked
    3,789/1,696
    DL/UL
    178/0
    Mentioned
    744 times
    Time Online
    335d 1h 18m
    Avg. Time Online
    2h 3m
    Quote Originally Posted by Cupcake. View Post
    I'm dead serious. I have no idea where i would even put that to get a userbar to go away. On the page with the userbars, there's no box to place coding. Am I supposed to know where to put it? I haven't taken a coding class since HTML my senior year of high school in 2005 and even then, I only used it for myspace. I give money to other people to deal with that for me.
    I just wanted to know if Joe could make it an option to uncheck the bubble.
    Def. possible but the forum plugin was kind of a pain to get/set and idk if Joe has time to look it up.
    Guessing you're using chrome, install tampermonkey and install that script (I'm sure I've uploaded it to greasyfork for convenience but don't remember the link)
    A quick google search will help you with that though... Once it's installed you just go to settings -> edit profile. The boxes will be automatically unchecked.
    If you're using firefox the addon is celled GreaseMonkey.

    Sent from my quantum supercomputer

    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)

    "Date et dabitur vobis"
    「Let's fight 恐れはない」


    "A quantum supercomputer calculating for a thousand years could not even approach the number of f��ks I do not give"

    「君が望むモノは何?」

  10. #8
    Lilac Tentacles's Avatar
    Joined
    Apr 2012
    Posts
    1,725
    Userbars
    52
    Thanks
    1,015
    Thanked
    2,992/1,244
    DL/UL
    10/0
    Mentioned
    369 times
    Time Online
    68d 5m
    Avg. Time Online
    23m
    Quote Originally Posted by Accelerator View Post
    Def. possible but the forum plugin was kind of a pain to get/set and idk if Joe has time to look it up.
    Guessing you're using chrome, install tampermonkey and install that script (I'm sure I've uploaded it to greasyfork for convenience but don't remember the link)
    A quick google search will help you with that though... Once it's installed you just go to settings -> edit profile. The boxes will be automatically unchecked.
    If you're using firefox the addon is celled GreaseMonkey.

    Sent from my quantum supercomputer
    Roger. Will try the thing.

  11. #9
    Aura's Avatar
    Joined
    Apr 2014
    Posts
    2,990
    Userbars
    22
    Thanks
    4,548
    Thanked
    4,771/2,060
    DL/UL
    64/0
    Mentioned
    942 times
    Time Online
    291d 16h 10m
    Avg. Time Online
    1h 55m
    Quote Originally Posted by blackbeard View Post
    The I heart ck userbar is impossible to deselect
    It's not impossible if you use the script.. I'm living proof
    i love luna

Posting Permissions

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