Last active
February 28, 2020 13:02
-
-
Save apfelchips/749b121f27d62d3cef78a45722c5c967 to your computer and use it in GitHub Desktop.
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> | |
<h1>Bookmarks Menu</h1> | |
<dl> | |
<dt><a href="https://example.com/">example.com</a></dt> | |
<dt> | |
<h3>about: pages / internal</h3> | |
</dt> | |
<dl> | |
<!-- https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/The_about_protocol --> | |
<!-- <dt><a href="chrome://browser/content/places/places.xul" tags="places">Browsing History / Bookmarks</a></dt> XUL is dead--> | |
<dt><a href="about:addons#category-extension" shorturl="about:addons">Firefox: Addons</a></dt> | |
<dt><a href="about:downloads" shorturl="about:downloads">Firefox: Downloads</a></dt> | |
<dt><a href="about:profiles" shorturl="about:profiles">Firefox: Profiles</a></dt> | |
<dt><a href="about:preferences" shorturl="about:preferences">Firefox: Preferences</a></dt> | |
<dt><a href="about:performance" shorturl="about:performance">Firefox: Performance</a></dt> | |
<dt><a href="about:memory" shorturl="about:memory">Firefox: Memory Usage</a></dt> | |
<dt><a href="about:cache" shorturl="about:cache">Firefox: Cache</a></dt> | |
<dt><a href="about:networking" shorturl="about:networking">Firefox: Networking</a></dt> | |
<dt><a href="about:sessionrestore" shorturl="about:sessionrestore">Firefox: Restore Previous Session</a></dt> | |
<dt><a href="about:config" shorturl="about:config">Firefox: Advanced Configuration</a></dt> | |
<dt><a href="about:debugging" shorturl="about:debugging">Firefox: Debugging</a></dt> | |
<dt><a href="about:buildconfig" shorturl="about:buildconfig">Firefox: Build Configuration</a></dt> | |
<dt><a href="about:policies" shorturl="about:policies">Firefox: GroupPolicies</a></dt> | |
</dl> | |
</dl> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment