Topic: Css command help.

Posted under e621 Tools and Applications

Hello, I dunno if this is the right forum location to ask but I was wondering is somebody could help me. I want to use a command to hide the custom css style option in the advanced settings, thus making it impossible for me to edit it because i can never reveal it.

sorsin said:
Hello, I dunno if this is the right forum location to ask but I was wondering is somebody could help me. I want to use a command to hide the custom css style option in the advanced settings, thus making it impossible for me to edit it because i can never reveal it.

May I ask you why this is necessary?
I can't possibly imagine a situation where hiding the custom CSS field would be required.

However, it is possible to do so by posting the following code into that field:

fieldset#advanced-settings-section div.input.user_custom_style { display: none; } 

Just be aware that undoing this is not a trivial task, and would require manipulating the page through the developer console.

bitwolfy said:
May I ask you why this is necessary?
I can't possibly imagine a situation where hiding the custom CSS field would be required.

However, it is possible to do so by posting the following code into that field:

fieldset#advanced-settings-section div.input.user_custom_style { display: none; } 

Just be aware that undoing this is not a trivial task, and would require manipulating the page through the developer console.

Its just something personal i wanted to do. I have my blacklist disabled and hidden but i sometimes reanable it and turn my black listed stuff off. thanks to the command you gave me, I will never be able to do that again ^.^

  • 1