nytimes: dismiss compliance overlay

This commit is contained in:
Conduitry 2023-07-20 17:44:22 -04:00
parent 1aed3257c6
commit fb03fe842d

View File

@ -4,7 +4,7 @@
// @description A script to bypass the paywall, mostly.
// @match https://www.nytimes.com/*
// @icon https://www.nytimes.com/favicon.ico
// @version 2023.03.21.210726
// @version 2023.07.20.214422
// ==/UserScript==
async function wait(selector, cb) {
@ -24,3 +24,4 @@ wait('#gateway-content', el => el.remove());
wait('#standalone-footer > div', el => el.remove());
wait('button[data-testid=GDPR-reject]', el => el.click());
wait('#vi_welcome_close', el => el.click());
wait('#complianceOverlay button', el => el.click());