mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-24 23:04:00 +08:00
added more classes that should be picked up by cookie popup blocking extensions
This commit is contained in:
parent
875413afc4
commit
96f64039e7
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,10 @@
|
|||
<div id="simplePopup" popupId=""></div>
|
||||
</div>
|
||||
|
||||
<div id="cookiePopupWrapper" class="popupWrapper hidden">
|
||||
<div
|
||||
id="cookiePopupWrapper"
|
||||
class="cookie-popup-wrapper cookiePopupWrapper popupWrapper hidden"
|
||||
>
|
||||
<div class="extensionMessage">
|
||||
If you see this text, that means an extension is blocking a cookie consent
|
||||
popup. This will cause the website to incorrectly assume its still visible
|
||||
|
|
Loading…
Reference in a new issue