Remove the window asking for using cookies on the whole website jsitor.com
JSitor no cookies consent by SkyOps117
Details
AuthorSkyOps117
LicenseOpen Source
Categoryjsitor.com
Created
Updated
Size426 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name JSitor no cookies consent
@version 20241022.15.41
@namespace https://userstyles.world/user/SkyOps117
@description Remove the window asking for using cookies on the whole website jsitor.com
@author SkyOps117
@license Open Source
==/UserStyle== */
@-moz-document domain("jsitor.com") {
/* Remove cookie promp window */
.modal, .cookie-consent {
display: none !important;
}
}