Skip to content

Instantly share code, notes, and snippets.

View mkhamat's full-sized avatar
👍
it's ok

mkhamat

👍
it's ok
View GitHub Profile
@mkhamat
mkhamat / openssl.txt
Last active March 15, 2019 08:23
Create openssl cert for localhost
openssl req -nodes -new -x509 -keyout server.key -out server.cert
@mkhamat
mkhamat / firefox-userjs-generator.js
Last active October 21, 2020 19:34
Firefox User.js Generator
/**
* This is script for https://gist.github.com/0XDE57/fbd302cef7693e62c769
* remove descriptions and leave only config lines!
* put it in txt file and pass path to it through arg
* example: node index.js ./config.txt
*
* user.js will appear in the same directory
*
*/