Skip to main content

Questions tagged [javascript]

JavaScript is a programming language. Programming questions are off topic here; ask on Stack Overflow instead.

1 vote
1 answer
161 views

Restart/-load all active extensions in Firefox?

Firefox's extensions leak memory and, with time, consume more and more CPU. This can be reset by disabling/enabling them. Is there a way to cycle all active extensions enabled status, without being ...
d-b's user avatar
  • 834
0 votes
1 answer
1k views

How to download pdf from a pdf.js viewer window which has download option disabled?

Having a really hard time downloading a pdf from a pdf.js viewer window which has download option disabled in its website, i perhaps think that maybe by some inspect element tools i can get till it ...
Parag's user avatar
  • 1
0 votes
0 answers
67 views

After Win 10 Update (KB5028166) all browser javascript debuggers can't load form for debugging. How do I fix this issue?

Folks, The most recent Win 10 Update (KB5028166) was automatically loaded on two 2 of my VMWare Virtual machines. Before the update I could use browser tools, Chrome & Edge & Firefox, to debug ...
Scott M's user avatar
1 vote
1 answer
206 views

Firefox seems to be caching js files differently from other types

I am developing a web page and Firefox just showed me some weird behaviour Changes to html and css appear instantly in the browser Changes to js seems to be cached if I curl 'http://localhost/static/...
spraff's user avatar
  • 2,228
0 votes
0 answers
2k views

Execute a Batch and Powershell Script on a Remote File Server

I'm telling you that I'm trying to figure out how to run a PowerShell script without having it stored on the computer. simply running it with some jse script and let the script know where the file is ...
brenda gomez's user avatar
0 votes
0 answers
356 views

Table loading data with each scroll

does someone know a website that has a big table (a few columns and many rows) that loads each time we do scroll down? I'd like to extract some data of a big table with selenium or JavaScript with &...
Ger Cas's user avatar
  • 139
1 vote
1 answer
71 views

How to create a static website from MBOX file

I have a large MBOX file (16000 emails) from a public email group which is now closed. For archival and research purposes, I would like to serve these emails on a website. How can I go about ...
misaligar's user avatar
  • 223
0 votes
1 answer
748 views

Split or replaceState to remove an anchor tag from a URL?

On our landing pages, we have a call-to-action button that moves the user to an anchor on the page. But the addition of an anchor tag in the URL is messing up our tracking data. I have come up with ...
Andrew Hahn's user avatar
1 vote
0 answers
27 views

How to add "auto rotate" and rotation direction and speed to a JavaScript application? [closed]

CalcPlot3D is an interactive JavaScript app for plotting math equations. Clicking on the 3D plot window and dragging the mouse on the plot will rotate the surface in the direction you move the mouse ...
Armadillo's user avatar
  • 133
1 vote
1 answer
418 views

How to remove all hardcoded content from Microsoft Edge's new tab webpage without installing any extnesion?

I have Windows 11 Home and I have the problem that every time I open a new tab in Microsoft Edge, a newspaper like webpage appears. Here is a picture of this webpage with its data structures that I ...
somo's user avatar
  • 21
2 votes
2 answers
800 views

How does discord know if it's installed on my computer/ how to prevent that?

I recently had to install the discord app to Windows 10, and now clicking on discord invite links in the browser initially opens the webpage, but then immediately redirects and opens the app on my ...
guest4308's user avatar
  • 169
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
1 answer
4k views

How to prevent a web browser from following redirects in a specific website?

I am trying to block myself from using Google Search Console by bringing myself back to Google Search, due to addictive behavior with Google Search Console*. The following JavaScript code works from ...
somo's user avatar
  • 35
0 votes
1 answer
115 views

Is this a malicious bookmarklet?

I was looking for a way to autoscroll and found this online and used it once. Is it bad and if so how do I protect my computer from anything malicious? Here is the bookmarklet: javascript:/*The%...
user1807015's user avatar
1 vote
1 answer
243 views

How to set breakpoint to JavaScript's files

I'm trying to understand how it works a webpage that has some JavaScript codes but I'm no able to see what happens even I'm adding breakpoints in Dev Tools. In html part I see the script is declared ...
Rasec Malkic's user avatar

15 30 50 per page
1
2
3 4 5
59