Remove the watermark
CODING: Remove the watermark by fatjyc
Details
Authorfatjyc
LicenseNo License
Categorycoding
Created
Updated
Size436 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 CODING: Remove the watermark
@version 20210827.07.11
@namespace userstyles.world/user/fatjyc
@description Remove the watermark
@author fatjyc
@license No License
==/UserStyle== */
@-moz-document regexp("(.+)\\.coding\\.net.+") {
div#wiki-detail > div,
div#wiki-version > div,
div#wm-spec > div,
div#vcs-container > div,
div#wm-detail > div {
background-image: none!important;
}
}