Last active
October 23, 2018 06:33
-
-
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/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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