Gets rid of everything on https://www.newsday.com/entertainment/crossword-puzzle except the Crossword interface.
newsday crossword cleanup by rayanisran
Details
Authorrayanisran
LicenseNo License
Categorynewsday.com
Created
Updated
Size520 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 newsday.com - 3/24/2023, 4:34:51 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("newsday.com") {
/* Insert code here... */
.masthead, .sub-nav, .cw-info, .mod-hea, .headlines, .mod-head {
display: none;
}
.desk-toaster-container {
display: none;
}
.modal-content {
display: none;
}
}