Skip to main content

All Questions

Tagged with
0 votes
0 answers
373 views

Issue with managing the download of .dat file with Mozilla

I will try to format my question as much as I can. Apologies if It is unclear. Background : Mozilla corrupts the .dat file while downloaded using window.open method from the application. It opens up ...
Gendaful's user avatar
  • 101
0 votes
1 answer
84 views

Extract a url from javascript object variable

In a website, I have the following javascript enclosed within the <script> tag: (function(e, t) { var a = { "cdn_url": "https://f.playerabc.com", "playerabc_api_url": "api....
user248884's user avatar
0 votes
3 answers
1k views

Web site does not show ads - GoogleSyndication.com Server not found [closed]

I put a Google Ad in a MOST BASIC web page. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> &...
IceCold's user avatar
  • 2,101
132 votes
17 answers
134k 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,473
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
1 vote
1 answer
1k views

How to POST HTTP data into a 'disabled' input field in HTTP form?

I need to post data into a box that is showed to me but I am unable to click on it. After inspecting the element in Firefox, I noticed that the input field says 'disabled'=disabled in the tags and ...
learnerX's user avatar
  • 394
6 votes
1 answer
4k views

How to disable "onclick" event processing on a web page with uBlock Origin?

Normally when a user clicks a middle mouse button on a link on a web page, the link opens in a new tab. When a user clicks right mouse button, a context menu appears. Now there are some annoying sites ...
and his dog's user avatar
0 votes
2 answers
3k views

How to open webpage from desktop shortcut without toolbars

I want to open a web page from a shortcut on the desktop, but I also want it not to show the browser toolbars, except for perhaps the address bar. I essentially want the web page to look almost as if ...
perfectlydiverse's user avatar
8 votes
4 answers
18k views

Firefox 57 / block Javascript per site

As you all might know, Mozilla is migrating its addon system to WebExtension and so many addons break from version 57+, see more here: https://blog.mozilla.org/addons/2016/11/23/add-ons-in-2017/ In ...
log69's user avatar
  • 163
1 vote
0 answers
1k views

How to open JavaScript "onclick" links in new browser tab [duplicate]

Some websites, for reasons I'll never understand, implement links using JavaScript in the onclick event, like this: <div onclick="document.location='/target_url';"> This doesn't allow me to ...
EM0's user avatar
  • 1,852
1 vote
1 answer
169 views

Can I use a Firefox bookmark keyword for this search?

I use http://redirectdetective.com/ a lot, and I love keyword searches. I'd love to combine the two, but it doesn't seem to work; the bookmark destination shows as this: javascript:xmlhttpPost("/...
SirTechSpec's user avatar
2 votes
1 answer
2k views

How to create a bookmarklet in Firefox with javascript disabled?

I've this bookmarklet in Firefox: javascript:void(location.href='https://example.com/url='+document.location.href) It works when I've enabled javascript for the actual webpage (the url which I want ...
EZM's user avatar
  • 121
12 votes
1 answer
4k views

Is it possible to disable Javascript without reloading the page in modern Firefox?

I seem to remember that, in the past, when one disabled Javascript in Firefox, it would immediately stop all previous-loaded scripts and event handlers from running. However, I am now running ...
merlin2011's user avatar
  • 2,047
32 votes
5 answers
40k views

How Can I Stop Scripts on a Page in Firefox?

How can I stop scripts on a page in Firefox? I don't care if the solution is draconian. Super-tech-savvy solutions are also fine. Clarification: I don't want to turn off scripts permanently. I want ...
Sildoreth's user avatar
  • 435
7 votes
1 answer
5k views

How to track down causes of ≥100% CPU usage in Firefox (on desktop)?

Certain websites cause Firefox to continuously use 100% CPU. Some of them I can just block and never visit, of course, but some others I unfortunately need to use sometimes. I want to combat that, and ...
Display Name's user avatar
  • 1,133

15 30 50 per page
1 2 3
4
5
11