PaperMC / papermc.io

The PaperMC Website
https://papermc.io
MIT License
131 stars 57 forks source link

check if cookie consent did load #69

Closed MiniDigger closed 3 years ago

MiniDigger commented 3 years ago

I hate cookie popups, so I got a plugin that removes them.

this breaks the website

Uncaught ReferenceError: cookieconsent is not defined
    at HTMLDocument.<anonymous> (script.js?v=09c68fa2a70045c3:34)
 cookieconsent.initialise({

we just need to null check cookieconsent here.

this breaks all dropdowns, since those get initialized after cookie consent.

https://chrome.google.com/webstore/detail/i-dont-care-about-cookies/fihnjjcciajhdojfnbdddfaoknhalnja

zachbr commented 3 years ago

Nice

MiniDigger commented 3 years ago

image