Skip to content

Instantly share code, notes, and snippets.

View violetlight's full-sized avatar

violetlight violetlight

View GitHub Profile
@violetlight
violetlight / webpack.config.js
Created May 4, 2016 02:48
Barebones webpack config
var config, path, webpack;
path = require('path');
webpack = require('webpack');
config = {
context: path.resolve(__dirname, 'src'),
entry : {
app: './app.js'
},
@violetlight
violetlight / firefox.md
Last active January 16, 2023 15:40
Firefox settings for security and privacy

Addons

  • NoScript - manually whitelist javascript execution on a per-site and per-domain basis
  • HTTPS Everywhere - automatically use https everywhere it's available
  • Cookie Monster - manage your cookies
  • Ghostery - alerts user about tracking bugs on visited pages
  • FireGloves - impedes fingerprinting-based tracking
  • Ref Control - Control what gets sent as the HTTP Referer on a per-site basis
  • UAControl - Control what gets sent as the User-Agent on a per-site basis
  • BetterPrivacy - deletes flash cookies
  • [MD5 Reborned Hasher