A Tumblr style that removes the popup that promotes Tumblr Ad-Free (if you're using a popup blocker) & hides the after-post popup prompt.
Remove Ad-Free & After-Post Prompt by xserawrites
Details
Authorxserawrites
LicenseNo License
Categoryhttps://tumblr.com
Created
Updated
Size536 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 Remove Ad-Free & After-Post Prompt
@version 20231106.01.19
@namespace userstyles.world/user/xserawrites
@description A Tumblr style that removes the popup that promotes Tumblr Ad-Free (if you're using a popup blocker) & hides the after-post popup prompt.
@author xserawrites
@license No License
==/UserStyle== */
@-moz-document domain("tumblr.com") {
.I6Lwl {
display:none!important;
}
#after-post-actions {
display:none!important;
}
.CkEXb {
display:none!important;
}
}