This file contains 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 Instagram Video Controls | |
// @namespace https://github.com/vekvoid/ | |
// @version 1.0 | |
// @description try to take over the world! | |
// @author Vekvoid | |
// @match *://www.instagram.com/* | |
// @grant none | |
// @require https://code.jquery.com/jquery-3.1.1.slim.min.js | |
// ==/UserScript== |
This file contains 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
#! /bin/bash | |
inotifywait -m ~/.config/variety/Favorites --exclude \.json -e create -e moved_to | | |
while read path action file; do | |
echo "The file '$file' appeared in directory '$path' via '$action'" | |
# do something with the file | |
SERVER_PORT="smtp.sendgrid.net:587" | |
SENDER="[email protected]" | |
RESEIVER="[email protected]" | |
USER="apikey" |
This file contains 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 seriesyonkis.sx episodes Links | |
// @namespace https://github.com/vektrom/ | |
// @version 0.1 | |
// @description Create normal links in seriesyonkis.sx chapters. | |
// @author Vektrom | |
// @match *://www.seriesyonkis.sx/serie/* | |
// @grant none | |
// ==/UserScript== |