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 Netflix Marathon | |
// @namespace https://greasyfork.org/en/scripts/30029-netflix-marathon | |
// @version 2.7.2 | |
// @description Automatically skip recaps, intros and click nexts on Netflix, DisneyPlus and Amazon video for you. | |
// @author ran, me | |
// @include https://www.netflix.com/* | |
// @include https://www.amazon.com/gp/video/* | |
// @include https://www.amazon.de/gp/video/* | |
// @include https://www.amazon.*/gp/video/* |
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
{ | |
"mapping": { | |
"1,2,1": [ | |
"KEY_ESC", | |
"keyboard" | |
], | |
"1,3,1": [ | |
"KEY_LEFTSHIFT + KEY_F5", | |
"keyboard" | |
], |
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
[Trigger] | |
Operation = Upgrade | |
Operation = Install | |
Type = Package | |
Target = phpstorm | |
[Action] | |
Depends = rsync | |
Description = Keeping JetBrains Cache (including local file history)... | |
When = PostTransaction |
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
#!/bin/bash | |
echo "do not run this file directly!"; | |
echo "Check for updates here: https://gist.github.com/auipga/8420bd5f89f6efd7415fbd88342f3ec7"; | |
exit; | |
# here are the commands you need to copy over to a terminal (Konsole in this case): | |
passwd # if you have no password already set up |
OlderNewer