Skip to content

Instantly share code, notes, and snippets.

@jordanmack
Last active October 23, 2018 06:33
Show Gist options
  • Save jordanmack/e36c3cb87b6a0d6ee23de924baaf318d to your computer and use it in GitHub Desktop.
Save jordanmack/e36c3cb87b6a0d6ee23de924baaf318d to your computer and use it in GitHub Desktop.
Peepeth Enhancer is a user script that adds several new features to Peepeth. To use this user script install you will need the Tampermonkey plugin. https://tampermonkey.net/
// ==UserScript==
// @name Peepeth Enhancer
// @namespace https://github.com/jordanmack/PeepethEnhancer
// @version 0.3.0
// @description Peepeth Enhancer is a collection of scripts that add several new features to Peepeth.
// @author Jordan Mack (jordanmack.info)
// @match https://peepeth.com/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
jQuery.getScript("https://rawgit.com/jordanmack/PeepethEnhancer/live/peepeth-enhancer.js");
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment