Skip to content

Instantly share code, notes, and snippets.

View mjarkk's full-sized avatar
🗿

Mark Kopenga mjarkk

🗿
View GitHub Profile
@mjarkk
mjarkk / tor-google-chrome-beta
Created October 27, 2018 20:57
Run google chrome with tor inside a incognito window
#!/bin/bash
# NOTE: You need to install tor and enable it to run this script
# NOTE: If you have google chrome replace google-chrome with google-chrome-beta
google-chrome --proxy-server="socks5://localhost:9050" --host-resolver-rules="MAP * 0.0.0.0 , EXCLUDE localhost" --incognito
@mjarkk
mjarkk / A chrome maifest.md
Last active May 1, 2019 06:38
Full Chrome maifest with the most json items i could find and a stuct for GOlang

A full chrome json maifest with a golang stuct that matches everyting

I copied most of my installed chrome extensions and put them toghether intro one big manifest.json and stuct.go
Though there might be more fields

NOT UP TO DATE!

Things in this document might not work or be broken nowadays

my laptop:

I'm writing this here because a few things in here are spesific to this model laptop.
Dell XPS 15 9560 (4k) touch screen

Some notes:

Most things after setup are not specific for this laptop
# = run as root