Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 744 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 744 Bytes

Note: Currently not working

Chegg Device Limit Bypass

Before: screenshot showing access to chegg being blocked and scrolling being disabled

After: screenshot showing access to chegg being restored and scrolling being restored

How it works

The script is very simple. First, it waits for the popup that blocks the page to appear. When it appears, it is removed by the script. Scrolling is re-enabled by removing the CSS class from the body that gives it the attribute "overflow: hidden".