removes "read article" menu item from retweet menu
Remove "read article" from retweet menu by volkischexe
Details
Authorvolkischexe
LicenseNo License
Categorytwitter.com
Created
Updated
Size429 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Changelog
v 1.0.1
Updated style to match new class name
Source code
/* ==UserStyle==
@name Remove "read article" from retweet menu
@namespace github.com/openstyles/stylus
@version 1.0.1
@description removes "read article" menu item from retweet menu
@author volkischexe
==/UserStyle== */
@-moz-document domain("twitter.com") {
/* Insert code here... */
DIV.css-175oi2r[data-testid="Dropdown"] > A:nth-child(1) {
display: none;
}
}