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
/* ==UserStyle== | |
@name ProtonMail DeepDark | |
@namespace gitlab.com/RaitaroH/ProtonMail-DeepDark | |
@homepageURL https://gitlab.com/RaitaroH/ProtonMail-DeepDark | |
@version 1.0.4 | |
@updateURL https://gitlab.com/RaitaroH/ProtonMail-DeepDark/raw/master/ProtonMail-DeepDark.user.css | |
@description Emails should be written and read in the dark. May the dark be kinder on thine eyes. (PrtonMail dark theme) | |
@author RaitaroH | |
@license GNU-V3.0 | |
==/UserStyle== */ |
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
git branch -r | awk '{print $1}' | egrep -v -f /dev/fd/0 <(git branch -vv | grep origin) | awk '{print $1}' | xargs git branch -D |
OlderNewer