Please see: https://github.com/kevinSuttle/html-meta-tags, thanks for the idea @dandv!
Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/
#!/usr/bin/env bash | |
set -o errexit | |
set -o nounset | |
set -o pipefail | |
# Automatically update your CloudFlare DNS record to the IP, Dynamic DNS | |
# Can retrieve cloudflare Domain id and list zone's, because, lazy | |
# Place at: | |
# /usr/local/bin/cf-ddns.sh |
% Stick this in your packages section if it's not already there | |
\usepackage{color} | |
% And stick the below before \begin{document} | |
% If the \FINAL variable exists, suppress \todo{} statements | |
\ifdefined\FINAL | |
\newcommand{\todo}[1]{} | |
\else | |
% Otherwise, make them red and in bold monospace font, to stand out. | |
\newcommand{\todo}[1]{\textcolor{red}{\textbf{\texttt{TODO: #1}}}} |
html { | |
filter: brightness(0.8) sepia(0.9); | |
-o-filter: brightness(0.8) sepia(0.9); | |
-ms-filter: brightness(0.8) sepia(0.9); | |
-moz-filter: brightness(0.8) sepia(0.9); | |
-webkit-filter: brightness(0.8) sepia(0.9); | |
-salesforce-filter: brightness(0.8) sepia(0.9); | |
-dropbox-filter: brightness(0.8) sepia(0.9); | |
-blink-filter: brightness(0.8) sepia(0.9); |
about:config settings to harden the Firefox browser. Privacy and performance enhancements.
To change these settings type 'about:config' in the url bar.
Then search the setting you would like to change and modify the value. Some settings may break certain websites from functioning and
rendering normally. Some settings may also make firefox unstable.
I am not liable for any damages/loss of data.
Not all these changes are necessary and will be dependent upon your usage and hardware. Do some research on settings if you don't understand what they do. These settings are best combined with your standard privacy extensions
(HTTPS Everywhere No longer required: Enable HTTPS-Only Mode, NoScript/Request Policy, uBlock origin, agent spoofing, Privacy Badger etc), and all plugins set to "Ask To Activate".