Bypasses the paywall for cooking.nytimes.com
NYTimes Cooking Paywall by orangeburrito
Details
Authororangeburrito
LicenseMIT
Categorycooking.nytimes.com
Created
Updated
Size578 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 NYTimes Cooking Paywall
@namespace ------
@version 1.0.0
@description Bypasses the paywall for cooking.nytimes.com
@author OrangeBurrito
==/UserStyle== */
@-moz-document url-prefix("https://cooking.nytimes.com/") {
.nytc---modal-window---noScroll {
overflow: scroll !important;
}
.nytc---shared---blackBG {
background-color: rgba(0,0,0,0) !important;
z-index: 0 !important;
}
.nytc---modal-window---contentBase {
display: none !important;
}
}