Remove ads on Pixlr
Pixlr ad remover by thibb1
Details
Authorthibb1
LicenseNo License
Categoryuserstyles
Created
Updated
Size376 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 Pixlr ad remover
@version 20220426.10.16
@namespace userstyles.world/user/thibb1
@description Remove ads on Pixlr
@author thibb1
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://pixlr.com/e/#editor") {
#right-space, #modal-pop {
display: none!important;
}
#workspace {
right: 0!important;
}
}