绕过经济学人某些网页的付费墙
控制台输入如下指令
document.body.querySelector('teg-page-wall div')?.remove();
document.body.style.cssText = 'overflow: auto !important; height: auto !important;';
document.documentElement.style.cssText = 'overflow: auto !important; height: auto !important;';
23 January 2025