Removed HOME/LATEST navbar of Twitter Web app
Twitter: Hide home navtab by dearrrfish
Details
Authordearrrfish
LicenseNo License
Categoryuserstyles, twitter
Created
Updated
Size381 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 Twitter: Hide home navtab
@namespace github.com/dearrrfish/my-userscripts
@version 1.0.0
@description Remove Home/Latest nav tabs on Twitter home
@author Yu <im@yjin.dev>
==/UserStyle== */
@-moz-document regexp("^https?:\/\/twitter\.com\/home") {
main[role="main"] nav[role="navigation"] {
display: none;
}
}