Skip to main content

All Questions

Tagged with
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
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
0 votes
1 answer
6k views

How to decrypt an encrypted private key using the OpenSSL?

This question have been ask several time in StackExchange's network but for my specific target I can't find a work around. I have an encrypted private key using AES(Advance Encryption Standard). All ...
Alireza Alipour's user avatar
0 votes
1 answer
46 views

Deploying WebApp with Next/Now

OS: Debian 9 (stretch) Saved Global npm install: [email protected] [email protected] [email protected] Building a static webapp with Next framework, npm run dev works fine in localhost:3000 with package.json: "...
João Pedro LPS's user avatar
0 votes
1 answer
477 views

How to manipulate DOM in ubuntu command line without actually rendering the page on the GUI?

I've written a small JS snippet which clicks some buttons in the DOM of a certain target website in a loop. To run this snippet, I open the target website in firefox. Then I paste this JS snippet in ...
Trevor Track's user avatar
2 votes
0 answers
150 views

How to get compgen -c to output through javascript / node-cmd?

I am using the node-cmd package to execute bash commands and use the output in my program. This works fine for most commands, except for the compgen-c command which returns an error: stderr returns: /...
Marc de Ruyter's user avatar
8 votes
1 answer
15k views

How to add online dictionaries like google translate to GoldenDict?

How to add online dictionaries feature (mainly google translator) for GoldenDict Right now a discussed solution is in html with an iframe. Is there a simple translation script/app that read a sting ...
intika's user avatar
  • 1,363
0 votes
1 answer
927 views

Lauch bash command from javascript

There is a clean way to execute a bash script by clicking on a button inside a webpage (and possibly pipe back the result)? I'm making a slideshow using reveal.js and I will need to execute a few ...
Fiochkij's user avatar
4 votes
2 answers
2k views

Disable JavaScript in Chrome Beta via CLI on Linux

I want to launch google-chrome-beta on linux for a local html file with JavaScript disabled for all pages. I have tried the mentioned -disable-javascript option and this does not work. Anybody have a ...
Timothy C. Quinn's user avatar
0 votes
1 answer
2k views

Regex for cron pattern not working

Tried to create a (simplified) regex for cron patterns for myself and came up with the following one: ^(((\d+(,\d+)*)|(\d+-\d+)|(\*(\/\d+)?))(\s+(\d+(,\d+)*)|(\d+-\d+)|(\*(\/\d+)?)){4})$ This is ...
user331839's user avatar
0 votes
1 answer
1k views

How do I scan Firefox on Ubuntu Linux for malicious JavaScripts?

I run Ubuntu Linux in a VirtualBox VM. I was browsing using Firefox, and I always use Adblock Plus with default configuration (EasyList) and NoScript. Then my VM lagged(mouse badly out of sync with ...
user1258361's user avatar
0 votes
0 answers
929 views

CLI tools/ways for dynamically constructed DOM structure parsing HTML Javascript

I'm planning to make a tool which recognizes HTML using DOM structure in CLI. As many sites produce many DOM elements using JavaScript these days, it's becoming difficult to extract information from ...
user3288408's user avatar
0 votes
1 answer
170 views

login to phpmyadmin on suse 13.1 fails

' i try to login to PhpMyAdmin (on opensue 13.1 lamp) and get error: Login without a password is forbidden by configuration (see AllowNoPassword) What should i do for enter to phpMyAdmin without set ...
zero's user avatar
  • 301
9 votes
1 answer
3k views

Why is /usr/share/gnome-shell/js missing?

I'm trying to debug a gnome-shell extension, but I don't seem the have the folder /usr/share/gnome-shell/js. I'm on fedora 20 with gnome 3.12. I couldn't find it when I had gnome 3.10 either. Were the ...
topcat's user avatar
  • 345
6 votes
1 answer
2k views

Webkit browsers inconsistently load webpage images/resources

I've been having this issue for quite some time, where websites viewed through webkit-based browsers inconsistently load images. By inconsistent, I mean that on one trial run, an image, or several ...

15 30 50 per page