- create a file, for which the path is
C:\Users\[you]\Documents\WindowsPowerShell\profile.ps1
- put the code below in the file.
- restart powershell
- see #usage, below
This file contains hidden or 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
/*** | |
* Hacker Views: custom Hacker News stylesheet | |
* Best used with a custom stylesheet injector extension, | |
* such as Stylus: https://github.com/openstyles/stylus | |
* | |
* author: Ved Thiru (PerpetualCreativity), vedthiru.com | |
***/ | |
/* customize these values! */ | |
:root { |
This file contains hidden or 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
/*** | |
* Vertigo: a simple userChrome theme for Firefox | |
* To install, use the instructions at | |
* https://www.userchrome.org/how-create-userchrome-css.html | |
* then paste this entire file into userChrome.css | |
* (or download this file into your chrome folder). | |
* | |
* author: Ved Thiru (PerpetualCreativity), vedthiru.com | |
***/ |