Skip to main content

Questions tagged [javascript]

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

325 questions with no upvoted or accepted answers
13 votes
1 answer
5k views

How to Disable Web Page Checks for Focus, or Spoof Focus on Firefox Browser Tabs?

Problem: Some web sites refuse to load unless the tab is active, whereas most users appreciate tabs loading in the background. This behavior may not be specific to Firefox. Examples: https://www....
n00b's user avatar
  • 131
4 votes
0 answers
100 views

Redmine contex-menu and member deletion/modification failure

I'm using Redmine 0.9.3.stable (SQLite) on my Ubuntu 11.04. It is all ok except for the context-menu and inability of removing the members from some project. Concerning the first problem, when I do ...
azerIO's user avatar
  • 375
3 votes
0 answers
1k views

Chrome overrides only work when DevTools panel is open

I would like to remove a particular result from the Google Image Search page. To do that I have the following code: const path = "//h3[contains(text(),'بیاموز')]"; const matchingElementSet = ...
Ehsan Amini's user avatar
3 votes
0 answers
562 views

Always enable paste in Google Chrome?

Is there a way where I can disable JavaScript from disabling paste in Google Chrome. I don't want JS to be able to stop my pasting into a field. I want paste to always been enabled.
Evan Carroll's user avatar
  • 9,077
3 votes
0 answers
639 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
0 answers
555 views

How to debug Firefox CPU Usage

I'm seeking advice where to look for possible causes of the following situation: The CPU usage of my favorite JavaScript browser game (https://grepolis.com) is too high when idle. When no input is ...
Juergen's user avatar
  • 596
3 votes
2 answers
1k views

data-lynx-uri links on facebook

I've noticed a long time ago that links that are posted on facebook are somehow handled in a twisted way. If I hover with my mouse over the link or page preview, my browser (in this case, Safari for ...
David's user avatar
  • 131
3 votes
1 answer
3k views

How to open javascript links in a new tab using tampermonkey / greasemonkey

I use a website for work which employs frustrating JavaScript links. The following post offers a solution: How to open stubborn javascript links in a new tab or new window? However, I haven't been ...
Larry's user avatar
  • 31
3 votes
0 answers
781 views

How to re-enable disabled right click menu in browser?

I am used to using the right click menu to navigate webpage, which allows me to go backward or forward on a page without moving the cursor to the navigation bar. I mostly use Firefox. But some ...
some user's user avatar
  • 2,567
3 votes
1 answer
3k views

In Google Chrome, how can I get rid of the big gray box that displays "The server refused the connection."?

I got sick of blocking sites such as facebook.com and facebook.net per browser, and decided to add them to my /etc/hosts file so the sites would be blocked entirely: 0.0.0.0 facebook.com facebook.net ...
hourback's user avatar
  • 224
3 votes
0 answers
704 views

Is there a path from OpenSCAD to WebGL?

tl;dr version, Does a software path exist to convert from openscad input to render on a website via webgl? What I'm trying to do is display OpenSCAD created designs uploaded via post on a LEMPy ...
Andrew Domaszek's user avatar
3 votes
1 answer
2k views

Opening JavaScript Console on Foxit Reader

I'm trying to open the JavaScript console on Foxit Reader (5.4.x), but I can't find a way to do this anywhere in the GUI. I have resorted to creating a bookmark that runs a JavaScript which executes ...
Confluence's user avatar
3 votes
1 answer
2k views

How to disable keyboard shortcut on web applications?

I'm a Vimium user. So I want to operate everything in vim's way. But some web application override keyboard shortcuts. For example, gmail, JIRA, most of rich text editors and so on. It is very ...
Takayuki Sato's user avatar
3 votes
1 answer
1k views

Autocompletion in Firebug expanded console

This one's bugging me since ever. Is it possible to enable autocomplete in Firebug console when it's expanded? In "condensed" mode (which is default) it works like a charm. I noticed that some ...
aL3xa's user avatar
  • 131
3 votes
1 answer
570 views

How do I filter certain javascripts from running and not block them all on Drudge Report?

How do I block this particular "auto refresh" script on Drudge Report from running in my Firefox browser on Windows XP? var timer = setInterval("autoRefresh()", 1000 * 60 * 3); function autoRefresh()...
jay's user avatar
  • 31

15 30 50 per page
1
2 3 4 5
22