diff options
author | Jesús <heckyel@hyperbola.info> | 2021-03-26 18:25:51 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-03-26 18:25:51 -0500 |
commit | 1ac6191bc46868c335450e75729531558df0c8d0 (patch) | |
tree | 6a65877dca0862cf791a1c39611d6526f516eadc /scripts-greasemonkey/fix_input_dark_theme.user.js | |
parent | 5957ef05188acccf7a8ba1c180e5da06f9af874e (diff) | |
download | book-1ac6191bc46868c335450e75729531558df0c8d0.tar.lz book-1ac6191bc46868c335450e75729531558df0c8d0.tar.xz book-1ac6191bc46868c335450e75729531558df0c8d0.zip |
[greasemonkey]: update URLs scripts
Diffstat (limited to 'scripts-greasemonkey/fix_input_dark_theme.user.js')
-rw-r--r-- | scripts-greasemonkey/fix_input_dark_theme.user.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-greasemonkey/fix_input_dark_theme.user.js b/scripts-greasemonkey/fix_input_dark_theme.user.js index f961c4b..89f1989 100644 --- a/scripts-greasemonkey/fix_input_dark_theme.user.js +++ b/scripts-greasemonkey/fix_input_dark_theme.user.js @@ -3,7 +3,7 @@ // @author Jesús E. & Enmanuel E. // @namespace fixForMyDarkTheme // @description Scan all inputs and add a inherit color option for not blind inputs in your dark theme -// @homepageURL https://libregit.spks.xyz/heckyel/book/src/branch/master/scripts-greasemonkey +// @homepageURL https://git.sr.ht/~heckyel/book/blob/master/scripts-greasemonkey // @include * // @grant none // @version 0.0.2 |