Merge pull request #29 from Bzly/patch-1

Update newtab.html
This commit is contained in:
Oliver Blanthorn 2017-10-24 15:00:15 +01:00 committed by GitHub
commit 272c46db14

View file

@ -7,14 +7,14 @@
<body>
<h1>Tridactyl's Top Tips Page!</h1>
<p> - Do not try to navigate to any about:* pages using :open. They are not useful for anything anyway.<br />
- If you want your browser to look less ELC [1], the supplied userChrome-minimal.css to chrome/userChrome.css in your user profile folder, which can be find on the page about:support.<br />
- If you want your browser to look less ELC [1], move the supplied userChrome-minimal.css to chrome/userChrome.css in your user profile folder, which can be found on the about:support page.<br />
- Use yy to copy the current page URL to your clipboard (also works pages other than this).<br />
- Press ]] and [[ to navigate comics and the like.<br />
- Press s to search Google<br />
- Press s to search Google.<br />
- If you want your user interface to be less janky, consider using Firefox ESR [2] and Vimperator instead.<br />
<br />
[1]: http://www.elc.co.uk/<br />
[2]: https://www.mozilla.org/en-US/firefox/organizations/<br />
[1]: <a href="http://www.elc.co.uk/">http://www.elc.co.uk/</a><br />
[2]: <a href="https://www.mozilla.org/en-US/firefox/organizations/">https://www.mozilla.org/en-US/firefox/organizations/</a><br />
</p>
<script src="../content.js"></script>
</body>