Skip to main content

All Questions

Tagged with
0 votes
1 answer
44 views

Is it possible to invert the onmousehover behaviour in a browser?

Is it possible to modify in some way (by adding stylesheets, injecting JS, or whatever) the behaviour of a browser so that in a web page fully loaded it inverts its processing regarding onmousehover ...
bitwelder's user avatar
  • 121
0 votes
1 answer
213 views

Download older version of browsers as a developer

I need to test a feature on Chromium 38 engine. Where can I get the specific version of any browser that use this specific engine. I wonder, how developers handle this kind of scenario. If the ...
Rick D Berg's user avatar
0 votes
1 answer
121 views

CPU vulnerabilities and web JavaScript [closed]

(using Linux desktop) I am paranoid about Spectre/Meltdown/similar and the fact that JavaScript delivered through web browser can read whatever is in my RAM. I have disabled all JS and when I enable ...
stackerist's user avatar
2 votes
0 answers
418 views

Prevent Intercom auto opening upon new messages

Intercom messenger opens automatically upon the arrival of new messages. Can we disable this with a configuration? enter image description here My biggest concern is when the automatic popup opens ...
Dulaj Atapattu's user avatar
1 vote
1 answer
1k views

AdBlock modifying javascript variable

I've seen a page where it contains a isAdblockDetected variable, changing it to false in chrome dev tools everything works. Is possible to change a javascript variable somehow in adblock or any other ...
S1krzt's user avatar
  • 63
0 votes
1 answer
27 views

Moving categories on top in Wikipedia [closed]

I've tried Cologne Blue theme in Preferences of Wikipedia and saw the categories bar appearing on the top of the page. I liked the idea, but I don't want the default theme to be changed. Is there ...
user avatar
0 votes
0 answers
726 views

How can I protect specific web pages from URL sharing? Temporary URLs?

This is a technical question which is based on implementing a special feature on an website. I know HTML and CSS, I know crude JavaScript (very basic) but I have no clue about PHP or other web-based ...
BlueWizard's user avatar
-1 votes
1 answer
121 views

Possible to get a virus from just visiting a website? [duplicate]

This has been something that has been on my mind for quite some time now. I have some experience with Javascript and know that it has a function that can store files on a user's computer. My question ...
Joe Scotto's user avatar
0 votes
3 answers
493 views

Inspect element in firefox like in safari?

Here is a screenshot from the d3.js tutorial webpage: This way of inspection in safari is quite cool, is there a way to do this in firefox? Let me make things clearer, I have a page with the ...
qed's user avatar
  • 275
6 votes
1 answer
3k views

How can I stop "clipboard hijacking" globally? [duplicate]

This is getting to be a real bugbear of mine, and from what I understand it's becoming more common. A few of you might have heard of Tynt, a site that offers clipboard-hijacking services. With their ...
seagull's user avatar
  • 5,594
1 vote
2 answers
5k views

How to run localhost or local website within Powerpoint?

I have a demo coming up and I kind of want to show off different Javascript applications within the presentation. I was wondering if there was a way to run localhost, or web applications locally, ...
aug's user avatar
  • 141
57 votes
6 answers
12k views

Why can't old PCs view modern sites? [closed]

The reason for this question is that many times clients, friends and parents ask me why their perfectly working old PC cannot be used online anymore. I am looking for a good answer to those people ...
Armand P's user avatar
  • 749
1 vote
1 answer
349 views

Load a page without loading a cached page

Here is the situation I have. I have a page that is generated using a bash script (basically echo and some other command >> a html file). I have a link to this page. If I "clear private data" or never ...
agz's user avatar
  • 8,328
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
47 votes
5 answers
60k views

Command line browser with js support

Does anybody know good command line browser with js support? Ideally I need following ability: some-browser http://example.com > ~/page.html It means that cli browser download html, execute js ...
Eugene Manuilov's user avatar

15 30 50 per page