It removes the cookies requirement from the youtube video embeds. (Only tested on firefox)
www.webmatematik.dk Cookies bypass by MagicBOTAlex
Details
AuthorMagicBOTAlex
LicenseNo License
Categorywww.webmatematik.dk
Created
Updated
Size560 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Contact me if you wish for me to take this down, due to legal reasons.
Source code
/* ==UserStyle==
@name www.webmatematik.dk
@version 20230529.23.58
@namespace ?
==/UserStyle== */
@-moz-document url("https://www.webmatematik.dk/lektioner/matematik-b/trigonometri/cosinusrelationerne") {
.cc-blocker{
display: none !important;
visibility: hidden !important;
}
.cc-blocker p{
display: none !important;
visibility: hidden !important;
}
.cc-blocker button{
display: none !important;
visibility: hidden !important;
}
.cc-consentwrapper::before{
content: none !important;
}
}