Hi there ... I am a fan of this extension:

https://chrome.google.com/webstore/detail/hidden-auto-incognito-fil/ilankdeoodaclegebpfgkfnbciiaabeo?hl=de

but have one problem: new incognito window does not open maximised, but this is a feature I really miss.

As the code is open source (https://github.com/pmsosa/Hidden) I ask you, beloved community: which file has to be altered to achieve the desired behaviour?

Meanwhile take this Level 4 Giveaway: How to survive

Have a great time.

5 years ago*

Comment has been collapsed.

Interesting extension... It allows to open a incognito navigator when certain defined keywords are present in the typed url.
Sorry, can't help with the code but have a bump instead.

5 years ago
Permalink

Comment has been collapsed.

Thanks!

5 years ago
Permalink

Comment has been collapsed.

You need to edit this line: https://github.com/pmsosa/Hidden/blob/master/background.js#L55
To something like this:

chrome.windows.create({url: url , incognito: true, state:'maximized'});

No guarantee though. I don't know JS and I never developed chrome extensions.
UPD. Checked it and fixed my solution to working one. Enjoy.

5 years ago*
Permalink

Comment has been collapsed.

Thanks a lot! Will test in the afternoon, afterworks. In case I find out how making an extension out of this code works :)

5 years ago
Permalink

Comment has been collapsed.

Well, you actually don't even need to make extension. Just download repo you linked in post (either with git clone command, or simply as zip) to folder you like (if you downloaded .zip you'll need to extract it of course), enable "Developer mode" in chrome, select "Open Unpacked" and select the folder you made. That's it, it will work now.

View attached image.
5 years ago
Permalink

Comment has been collapsed.

Thanks. Managed it myself, but thanks for assistance!

5 years ago
Permalink

Comment has been collapsed.

Could not resist. Works :-D Thanks!

5 years ago
Permalink

Comment has been collapsed.

Sweet, nice extension. And I even like how it opens a window that isn't maximized! ;)
Thanks for sharing.

5 years ago
Permalink

Comment has been collapsed.

Gerne. Gibt noch paar andere, die das Gleiche machen, aber alle eben ohne "Fullscreen" ;) Aber wenn es dir gefällt, ist es ja schön. Ich habe jetzt auch meine angepasste Version durch SG und bin zufrieden :)

5 years ago
Permalink

Comment has been collapsed.

I bump myself for you to get a chance for the giveaway^^

5 years ago
Permalink

Comment has been collapsed.

Sign in through Steam to add a comment.