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 Discord no Block MSG | |
// @namespace https://petschko.org/discord/block/ | |
// @description Removes the message "x Blocked Message(s) - Show" from Discord-Chat | |
// @author Peter Dragicevic [[email protected]] | |
// @version 1.0.3 | |
// @encoding utf-8 | |
// @match http://discord.com/* | |
// @match https://discord.com/* | |
// @grant none |
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
<?php | |
/** | |
* Author: Peter Dragicevic [[email protected]] | |
* Authors-Website: https://petschko.org/ | |
* Date: 10.07.2019 | |
* Time: 15:38 | |
* | |
* Notes: - | |
*/ |
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 Deviantart batch Downloader | |
// @namespace https://petschko.org/deviantart/batch-downloader | |
// @description Batch download all faves | |
// @author Peter Dragicevic [[email protected]] | |
// @version 1.0.0 | |
// @encoding utf-8 | |
// @homepage https://petschko.org/ | |
// @include http://deviantart.com/* | |
// @include https://deviantart.com/* |