Skip to main content

All Questions

133 votes
17 answers
135k views

How do websites block selecting text and how do I unblock that?

There's a website (example) that somehow blocks selecting text. Also it blocks Ctrl+A to select everything, there is also no “Copy” in the popup menu. What I have tried: Some sites use JavaScript to ...
user6329530's user avatar
  • 1,483
10 votes
7 answers
54k views

How can I copy text from a web page where it been has disabled?

I use FF27 with noscript, but solutions for Chrome are also welcome. I use online chat for customer support when available, and I'd like to keep the chat transcript in case of a dispute with the ...
Yonatan's user avatar
  • 113
9 votes
1 answer
8k views

Is there any way to block javascript pop-overs in Firefox or Chrome? [duplicate]

Like the kind pointed to in this image Many sites have these, and I find them highly annoying. Often you'll be reading an article and suddenly the pop-over blanks out the page and asks "WOULDN'T YOU ...
user avatar
8 votes
3 answers
10k views

Advertisement suddenly appearing on top of almost every page

Since this morning strange advertisement is appearing on top of many pages I open in webbrowser (see screenshot at the end). It's happening in any browser (tested FF, IE and Chrome), on any of three ...
Martin Prikryl's user avatar
6 votes
1 answer
6k views

Modify URL using Javascript bookmarklet

Very new to Javascript but this seems to be a relatively easy task... I want to modify a URL using a Javascript bookmarklet for Chrome, etc. Here's what I need to change it from to: Original URL: ...
jmt's user avatar
  • 61
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
3 answers
1k views

Complex JavaScript page to test browsers performance?

I have three different browsers I want to compare: Mozilla Firefox, Google Chrome, and Safari. I don't need very sophisticated mechanism; it can simply open a webpage and render. I tried Gmail, ...
OscarRyz's user avatar
  • 4,131
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
1 answer
188 views

lock browser to troubleshoot javascript and css

Let's say I created some tooltip which displays a popup when the cursor is placed over a given part of the page, and removes it when I move the mouse. For an example, see http://jsbin.com/aCoboQo/1 ...
user1032531's user avatar
  • 1,691
1 vote
2 answers
2k views

What's the option to view changes in the DOM inspector in Chrome?

I think I saw that Chrome has done this before or maybe I set the settings off. In Firefox with Firebug installed, the DOM inspector will make me see what the changes happened in scripts manipulating ...
user1076813's user avatar
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

15 30 50 per page