Removes the ad-block banners using CSS.
lightnovelpub.com by vulcan-coder
Details
Authorvulcan-coder
LicenseNo License
Categorylightnovelpub.com
Created
Updated
Size354 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 lightnovelpub.com
@version 20220828.18.11
@namespace userstyles.world/user/vulcan-coder
@description Removes the ad-block banners using CSS.
@author vulcan-coder
@license No License
==/UserStyle== */
@-moz-document domain("lightnovelpub.com") {
#chapter-container > div {
display: none !important;
}
}