Skip to main content

Questions tagged [javascript]

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

0 votes
1 answer
909 views

Web browser application running javascript, will idle and stop processing in Chrome after Windows 10 lock

A website written in JavaScript with a loop, times out on windows when windows 10 lock screen comes up. When a person logs backs in, JavaScript will then continue, as if it did not stop. So this ...
MichaelEvanchik's user avatar
0 votes
2 answers
1k views

How do I disable JS only on specific pages?

There are sites archived on the Wayback Machine with broken JS. uBlock origin allows disabling JS on the whole site: no-scripting: web.archive.org true, but it is an overkill. Is there a way do it ...
Alex O's user avatar
  • 635
4 votes
4 answers
2k views

nytimes webpage new feature "More to Discover": how to block?

How can I block the new feature on nytimes.com, which, when reading an article on their webpage, will scroll up a tab from the bottom of the browser window, called "More to Discover"? I've ...
j03y_'s user avatar
  • 53
1 vote
1 answer
738 views

Why doesn't google.com show the voice search feature in Firefox?

In Chrome, google.com has a microphone search feature, as seen here: In Firefox though, it doesn't: In Firefox, I tried setting the user agent to Chrome's (Mozilla/5.0 (Windows NT 10.0; WOW64) ...
Powereleven 's user avatar
2 votes
0 answers
820 views

After loading Root Certs, loaded==false: NSS error code: -8018

Certificates are a very complicated issue. After a lot of tries and victories to run a open source in Linux called FreedomGPT, I received this error related to NSS certificate. More details showed in ...
Chaves's user avatar
  • 21
1 vote
0 answers
330 views

open firefox about pages without the address bar

I can't seem to open the firefox about pages without using the address bar. I've tried this in javascript with no success : window.open('about:profiles') Does anyone knows how can I do that ? It ...
Vincent's user avatar
  • 121
4 votes
2 answers
1k views

Loading a URL in the current tab through the Firefox “Browser Console” (or command-line)

For debugging purposes, I need to automatically load a large number of URLs (successively) in a given Firefox tab. More precisely, my goal is to load URL1, URL2, etc., as if the user had typed these ...
Gro-Tsen's user avatar
  • 201
2 votes
1 answer
243 views

Gmail not responsive, errors in console

Recently (since around Sep. 2022) I often recognize, that Gmail opened in most recent Chrome browser quite frequently fails to open an e-mail clicked on, or fails to close the e-mail (does not return ...
gilyen's user avatar
  • 21
-3 votes
1 answer
263 views

Redundant ERR_BLOCKED_BY_CLIENT from api.lab.amplitude.com/sdk/vardata

I keep getting this error in my JavaScript console. I don't know how to begin to tackle this error or even what to tag. Any help to troubleshoot or improve my question is greatly appreciated. The ...
Wolfpack'08's user avatar
  • 1,251
0 votes
1 answer
525 views

Thunderbird and Yahoo login, how to pass Captcha without JavaScript?

I have updated my Yahoo account password and enabled 2FA using an authenticator app. Following that, Yahoo disconnected me from all devices and apps except the current browser. I'm fine with that. ...
AbVog's user avatar
  • 601
1 vote
0 answers
122 views

What is this script that's injected in every webpage I visit, and if malicious how to get rid of it?

I found this script when inspecting webpages and I have no idea where this is coming from or if this is malicious. Is this malicious, how can I find out where it came from and how to get rid of that? ...
MrSlippyFist's user avatar
1 vote
1 answer
676 views

How do I fully save a modern webpage which uses JavaScript (e.g. Facebook), in its intended viewable formatting, for fully offline viewing?

I'm having trouble saving web pages as I build an archive of reference material for a project. Some web pages - older styles of forums or blog pages with simple formatting - save just fine with the ...
Capybara_Overdose's user avatar
1 vote
0 answers
559 views

How do you change Tor Circuit For Site using javascript via Tampermonkey?

In Tor Browser, I can set "New Tor Circuit for site". You can also do this by pressing ctrl+shift+L. I have installed Tampermonkey-Addon in Tor Browser and was thinking, maybe it is possible ...
tenepolis's user avatar
  • 127
0 votes
1 answer
364 views

unicode-escaping with a standard Unix tool

I have cooked up the following python script, it does 1 thing and it does it well. It does, whatever Unicode magic unicode-escape does in python3 to some text. #!/usr/bin/env python3 import sys text ...
Jachin's user avatar
  • 111
0 votes
1 answer
828 views

How to Automate Outlook to Count Emails [closed]

Gentlemen, I have a graph made in Python where it shows the count of how many emails were received for "Refunds", "Received", "Account Closure". However, this "data&...
Deforceh's user avatar

15 30 50 per page
1 2
3
4 5
59