- Messages
- 6,496
If you try to browse a site like Tumblr, you might run into a stupid-ass login screen for DARING to browse the website without being logged in. Normally, with a desktop browser, you'd be able to just block the pop-ups via Ublock Origin and call it a day, but some sites take it a step farther and lock the scrolling as well. Thankfully, there is a very easy bypass for this.
1. Bookmark any site. Call it "Unlock Scrolling" or something.
2. Right click the bookmark and select "Edit bookmark..."
3. Go down to the URL field and replace everything with this instead:
4. Now, whenever you get an annoying ass scroll lock, just click that bookmark and that will inject the JS code into the site and will allow you to scroll again, entirely unimpeded.
1. Bookmark any site. Call it "Unlock Scrolling" or something.
2. Right click the bookmark and select "Edit bookmark..."
3. Go down to the URL field and replace everything with this instead:
javascript:void(document.body.style.overflow = "visible");4. Now, whenever you get an annoying ass scroll lock, just click that bookmark and that will inject the JS code into the site and will allow you to scroll again, entirely unimpeded.
