Unable to load image

Does h/slackernews have a downvotemisia problem?

Evidence:

![](/images/1677699123722603.webp)

![](/images/16776991237625737.webp)

!downvoters discuss

-58
Jump in the discussion.

No email address required.

!downvoters click this link and :marseydownvote: OP's unworthy thread:

https://rdrama.net/h/slackernews/post/151126/does-hslackernews-have-a-downvotemisia-problem?nocss=a

:marseydownvotemad: We will not be triffled with! :marseydownvotemad:

Jump in the discussion.

No email address required.

How does that link work?

Jump in the discussion.

No email address required.

WEBSITES ARE BASICALLY BUILT UP OF ELEMENTS (LIKE BUTTONS, TEXT) AS WELL AS A FORMAT THAT STYLES THEM. THIS FORMAT IS CALLED CSS. SIMPLY: HTML ARE THE NOUNS OF WEBSITES, CSS ARE THE ADJECTIVES OF WEBSITES AND JAVASCRIPT ARE THE VERBS OF WEBSITES

FOR EXAMPLE IF YOU WANT TO HAVE A BUTTON WITH SOME GREEN BACKGROUND, YOU SAY

<button>this is a button</button> IN YOUR HTML

AND button{ background-color:green; }

IN YOUR CSS FILE

![](/images/16777044040541322.webp)

SO RDRAMA HAS SUPPORT FOR HOLES TO MAKE THEIR OWN CSS TO CUSTOMIZE THEIR LOOK. THIS IS THE CSS OF SLACKERNEWS: https://rdrama.net/h/slackernews/css

AS YOU CAN SEE, THEY MAKE THE DISLIKE BUTTON INVISIBLE IN THE LINE .arrow-down { background-image: url("/images/16603050774209845.webp") !important; display: none !important; }

BUT APPARENTLY RDRAMA ALSO HAS SUPPORT FOR A SPECIAL QUERY PARAMETER IN THE URL ?nocss=1 THAT DISABLES THIS CUSTOM CSS.

Jump in the discussion.

No email address required.

source?

Jump in the discussion.

No email address required.

HERE U GO KING

![](/images/1677705277841953.webp)

Jump in the discussion.

No email address required.

bad faith source. doesn't count.

Jump in the discussion.

No email address required.

:#ipgrabber:

Jump in the discussion.

No email address required.

?nocss=a

disables the CSS which is hiding the :marseydownvote: button.

&

a == 1 ?

Jump in the discussion.

No email address required.

Upvoted

Jump in the discussion.

No email address required.

Link copied to clipboard
Action successful!
Error, please refresh the page and try again.