Skip to content

A tampermonkey script to bypass the device limit on chegg

Notifications You must be signed in to change notification settings

digitaldisarray/CheggDeviceLimitBypass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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".