AdBlock for twitter.com
AdBlock twitter.com by lennybacon
Details
Authorlennybacon
LicenseNo License
Categoryuserstyles, adblock
Created
Updated
Size385 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 AdBlock twitter.com
@version 20220113.22.11
@namespace userstyles.world/user/lennybacon
@description AdBlock for twitter.com
@author lennybacon
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://twitter.com/home") {
div[data-advertiser-id]{
display: none;
}
li[data-item-type='prompt'] {
display: none;
}
}