Skip to main content

All Questions

10 questions with no upvoted or accepted answers
3 votes
0 answers
640 views

How to disable a portion of JavaScript on a website

I'm trying to disable smooth scrolling. I tried a bunch of JavaScript in Tampermonkey. It worked on some sites, some don't and some disable scrolling altogether, which leads me to believe that there's ...
tguy's user avatar
  • 31
3 votes
2 answers
2k views

Disable Google Search page's arrows besides results when scrolling up/down using keyboard

The blue arrow (marked in the figure above) hijacks the UP and DOWN in the keyboard and causes the page to jump on each result instead of scrolling smoothly. This page says that it has been bundled ...
Sanny's user avatar
  • 1,607
2 votes
0 answers
169 views

Can CORS be selectively disabled for the empty browser tab?

I'd like to play with the JavaScript fetch API, fetching various urls, etc. so I opened an empty browser tab, popped up the console, typed the JavaScript, but the request failed because of CORS. I ...
Tom's user avatar
  • 2,087
1 vote
0 answers
37 views

Can FindProxyForURL() discern the HTTP-method of the request?

I'd like my FindProxyForURL() to recommend a different proxy depending on the HTTP-method of the request -- GET, POST, or PUT. For example, the GETs can be routed through a caching proxy, whereas the ...
Mikhail T.'s user avatar
1 vote
0 answers
33 views

How to proxy an url

I want to do some local debugging of local javascript files instead of production javascripts. But I am getting all kinds of CORS blocking , What I need is if I open something like ...
Gracie williams's user avatar
1 vote
0 answers
471 views

Is it possible to save browser tab, including javascript variables, content of form fields, cookies, etc. for offline viewing later?

I'm trying to save a state of card in browser (preferably firefox or chrome). Is it possible? Something like snapshot in VirtualBox. Let's say I'm using javascript app that doesn't have save feature ...
MarioPL98's user avatar
1 vote
0 answers
145 views

Strange browser time behavior in Chrome on a MacBook Pro running macOS High Sierra

Since time and time zones can be a little confusing, to begin with, I have stumbled onto something truly bizarre in regards to JavaScript and macOS High Sierra time. While trying to figure out ...
Rob C's user avatar
  • 121
0 votes
1 answer
561 views

How to call garbage collect on firefox?

I wonder if someone could guide me on some questions about GC on firefox. Is possible to call the action performed when I click on the button GC using javascript? https://i.sstatic.net/JgoNx.png on ...
Cesar's user avatar
  • 101
0 votes
1 answer
47 views

When I save this page, I always get NOCAPTCHA error and Javascript does not work, why?

I have been trying to save this page: http://www.geopostcodes.com/Bolton?loc=Bolton (and others like it from the same domain) but always get an error about NOCAPTCHA not working, and the Javascript ...
avenas8808's user avatar
0 votes
1 answer
439 views

Why is javascript being blocked on three browsers except in private mode without an extension conflict?

I am running Windows 7, 32-bit java up to date. On Chrome, Firefox and IE (also up to date) whenever I load lowes.com the scroll over menus (shop & learn) will work while the page is loading. At ...
William Everett's user avatar