Skip to content

Instantly share code, notes, and snippets.

View PerpetualCreativity's full-sized avatar

Ved Thiru PerpetualCreativity

View GitHub Profile
@PerpetualCreativity
PerpetualCreativity / hn.css
Last active October 3, 2022 21:13
Hacker Views: custom Hacker News stylesheet
/***
* 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 {
@PerpetualCreativity
PerpetualCreativity / userChrome.css
Last active July 17, 2023 15:18
Vertigo: a simple userChrome theme for Firefox (and Sidebery)
/***
* 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
***/
@PerpetualCreativity
PerpetualCreativity / gitpowershell.md
Last active March 14, 2022 02:05
get files from github without git! (works on powershell constrained-language)

Git PowerShell

only works on public repos

built for powershell constrained-language

  1. create a file, for which the path is C:\Users\[you]\Documents\WindowsPowerShell\profile.ps1
  2. put the code below in the file.
  3. restart powershell
  4. see #usage, below

usage