This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE NETSCAPE-Bookmark-file-1> | |
<!-- documentation: https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/aa753582(v=vs.85)# --> | |
<!-- firefox extra html attributes: https://github.com/Chocobo1/slim_bookmarks/blob/gh-pages/js/slim_bookmarks.js --> | |
<!-- firefox place: URI https://developer.mozilla.org/en-US/docs/Mozilla/Tech/Places/Places_query_URIs --> | |
<!-- completely overrides firefox bookmarks --> | |
<!-- check for dead links: wget --no-config --spider --no-verbose --no-recursive --force-html -i $XDG_CONFIG_HOME/firefox/bookmarks.html --> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
</meta> | |
<title>Bookmarks</title> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// src: https://gist.github.com/apfelchips/f129c8316055e524774d757365267e26 | |
// goal: disable all annoying stuff from firefox and tighten security, but still retain all modern web features | |
// configure as little as possible to benefit from changeing/hardened defaults by Mozilla | |
// inspired by: | |
// https://github.com/pyllyukko/user.js/blob/master/user.js | |
// https://github.com/ghacksuserjs/ghacks-user.js/blob/master/user.js | |
// http://kb.mozillazine.org/About:config_entries | |
// https://gist.github.com/ruilapa/3207798 |
NewerOlder