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
34 views

How can I save a Reddit page for offline viewing in HTML format AFTER the user has manually interacted with the page that has a huge comment section?

I'm trying to save a Reddit page for OFFLINE viewing as a single HTML file, EXACTLY as it's displayed on the browser and after having already manually expanded some comment threads. This issue is a ...
CuriosityCalls's user avatar
-2 votes
1 answer
31 views

Bootstrap 5 table-striped not working [closed]

I'm using JavaScript to generate a table from an XML file. I'd like to use the table-striped class to automatically generate the background colours on alternate rows, but that doesn't seem to be ...
Gary Dale's user avatar
0 votes
1 answer
20 views

Accessing a normal variable inside a javascript function after runtime with a userscript?

Im using a very very old site that displays 3D models on canvasses using JSC3D (Yes, THAT old) and I want to access the scene during runtime if possible... I know userscripts (specifically with ...
Mister SirCode's user avatar
-1 votes
1 answer
22 views

How to expand/collapse all treeview nodes in microsoft documentation?

I'm studying several topics in the Microsoft documentation and often the expanded or collapsed nodes get in my way. Would anyone know how to make all nodes expand or collapse automatically? A link for ...
Cont Grrla's user avatar
-1 votes
1 answer
54 views

How to delete all exact element tags in inspect element console [duplicate]

I have this webpage I saved on my computer that i edited everything i didnt need out of it on inspect element Im trying to now remove the text inside each profile im following i found the exact ...
Olstice's user avatar
1 vote
0 answers
18 views

How to get a indicator on firefox when moving tabs

I am looking for a way to get an indicator to show up when moving tabs in Firefox (and variants). This is broken with Firefox multitab using chrome CSS. This feature seems to be present in one of its ...
Rashiq's user avatar
  • 171
1 vote
0 answers
46 views

How to delete all the exact same elements in inspect element console

I have this webpage I saved on my computer that i edited everything i didnt need out of it on inspect element Im trying to now remove the text inside each profile im following i found the exact ...
Olstice's user avatar
0 votes
0 answers
84 views

Chrome Javascript and/or network stops running after closing RDP window (not logging out)

I have a Windows server whose only job is to run javascript which is injected into an open webpage in the Chrome browser. The javascript runs perfectly while the RDP session is open. The second I 'X' ...
justiceorjustus's user avatar
0 votes
0 answers
49 views

Acrobat JS list/print all PDF form field names "in order" - and direct to csv delmited or excel?

The code below lists all the field names in a PDF. However, it does so in alphabetical order. I would like to be able to get these into Excel, but in the order they appear through the PDF form ...
user9200868's user avatar
0 votes
0 answers
31 views

After changing the windows system time, the Date in the browser console is not updated immediately

After I changed the system date to '2024/2/27', the browser console still returns today's date. When I execute new Date().toISOString(), it returns '2024-02-28T05:37:55.404Z'. But after some time, it ...
Lin Du's user avatar
  • 101
2 votes
0 answers
395 views

How to append a specific string to a URL that matches, constantly with Tampermonkey? Or another method?

I want to append this string: &sp=CAASAhAB Every time a YouTube search query is performed to remove that stupid "People also watched" section. I've created a Tampermonkey script that ...
MattFor's user avatar
  • 29
0 votes
0 answers
338 views

Chrome won't allow download of file opened via Chrome Extension's Javascript window.open(URL)

I have a Chrome extension which offers buttons, which when clicked perform a windows.open("url") command. This part works fine, and I get a new tab when clicked, with the correct URL. But ...
Rick Wilson's user avatar
0 votes
0 answers
17 views

How do I refresh an page automatically every time an net::(ANY ERROR) is detected on the inspect console on Chrome?

So I have an question. The most annoying error I have in Chrome is the net::ERR_SSL_PROTOCOL_ERROR, which occurs for broken images. I used Codepal to help me make this script, but it does not work. I ...
Noah Walters's user avatar
1 vote
0 answers
588 views

How to Dynamically Create and Populate Word Document Templates with Form Data?

Preface I’m working on a project where I need to digitize the form filling process for a testing lab company. The company currently fills out forms manually and makes 40 copies of each form. The form ...
Lucifer's user avatar
  • 66
1 vote
1 answer
298 views

What program is behind "Node.js JavaScript Runtime" accessing my files (downloading cloud OneDrive files)?

(Note: This is probably not connected to OneDrive, but OneDrive is letting me see my files are being accessed. It may help others search this same issue if it happens to them.) Every reboot of my ...
Xonatron's user avatar
  • 1,242

15 30 50 per page
1
2 3 4 5
59