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
/** | |
* Code Snippet/Gist | |
* Epidemic MP3 link listener | For personal use only! | |
* Use on epidemic website, paste on console | |
**/ | |
var mp3s = []; | |
var mp3_monitor = function() { | |
var res = performance.getEntriesByType("resource"); |
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
/*! | |
* | |
* Snippet of code to create a full XML backup of messages from Pulse Messenger | |
* https://github.com/klinker-apps/messenger-desktop | |
* | |
* This code utilizes the webapp's core functions. | |
* | |
* Instructions | |
* 1. Log into https://messenger.klinkerapps.com | |
* 2. Wait for the UI to load your conversations |