Hide the boring bits.
Hide unwanted parts of the Guardian front page by ninalanyon
Details
Authorninalanyon
LicenseThe Unlicense
Categorywww.theguardian.com
Created
Updated
Size610 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 Hide unwanted parts of the Guardian front page
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Nina Lanyon
==/UserStyle== */
@-moz-document url-prefix("https://www.theguardian.com/") {
/* Insert code here... */
section#wordiply{
display: none;
}
section#sport{
display: none;
}
section#first-edition-newsletter{
display: none;
}
section[id*=olympic-games]{
display: none;
}
section[id^=olympic-medal]{
display: none;
}
}