Skip to content

Instantly share code, notes, and snippets.

@twig
twig / README.md
Last active December 8, 2023 15:25 — forked from Enitoni/README.md
Guide on how to properly delete your reddit account.

How to properly delete your Reddit account

After countless protests from the community and greed (not to mention arrogance) from the CEO of Reddit, enough is enough! It's time to leave this website, and show them no mercy.

This guide is for those of you who are finally fed up with the company having no regard for their users, and who are now ready to leave.

Prerequisites

  • A desktop browser
  • A little tech-savvyness, or at least being comfortable using the developer tools in your browser
  • Patience
@twig
twig / post-merge
Last active March 11, 2016 04:27
Git hook to display notification on post-merge if certain files changed
#!/usr/bin/env bash
#
# Save this to yourproject/.git/hooks/post-merge
#
# After a successful merge, check if bower.json, package.json
# or requirements has changed and notify the user to take
# appropriate actions.
#
# https://github.com/git/git/blob/master/Documentation/githooks.txt#L167
# This hook cannot affect the outcome of 'git merge' and is not executed,