Skip to content

Instantly share code, notes, and snippets.

@NTMan
NTMan / gist:31a921ffce893ee741c4e37f66cc48a3
Created January 20, 2020 18:51 — forked from CristinaSolana/gist:1885435
Keeping a fork up to date

1. Clone your fork:

git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git

2. Add remote from original repository in your forked repository:

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
@NTMan
NTMan / firefox-reaper.html
Created September 24, 2018 17:09
Firefox DoS ❄️(try it: https://reaperbugs.com/)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Firefox DoS ❄️</title>
</head>
<body>
</body>
<script>
@NTMan
NTMan / PartyHard
Created May 31, 2018 07:02 — forked from TheoTheDev/PartyHard
PartyHard
<!DOCTYPE html>
<head>
<title>PartyHard</title>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19349612-1']);
_gaq.push(['_trackPageview']);