Initial commit
This commit is contained in:
2
config/qutebrowser/theme/copy.sh
Executable file
2
config/qutebrowser/theme/copy.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
lessc $1 out.css
|
||||
echo -e "// ==UserScript==\n// @name Cinny Theme\n// @match *://app.cinny.in/*\n{let style = document.createElement('style');style.innerHTML = \`$(cat out.css)\`; document.head.appendChild(style); }" > ../greasemonkey/cinny-theme.js
|
||||
Reference in New Issue
Block a user