This is a stylesheet snippet for use with Stylish to remove the Hacker News community.
- Install Stylish.
| #!/usr/bin/env python3 | |
| import argparse | |
| import string | |
| TABLE = {letter: f':parrot-{letter}:' for letter in string.ascii_lowercase} | |
| arguments = argparse.ArgumentParser(description="Party parrot text-o-matic.") | |
| arguments.add_argument('words', metavar='TEXT', type=str, nargs='+', | |
| help="text to make badass") |
This is a stylesheet snippet for use with Stylish to remove the Hacker News community.
| ============== | |
| Apache License | |
| ============== | |
| :Version: 2.0 | |
| :Date: January 2004 | |
| :URL: http://www.apache.org/licenses/ | |
| ------------------------------------------------------------ | |
| TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION |