upd license and all the urls
This commit is contained in:
parent
37fc572eb6
commit
8506397911
22
license
22
license
|
@ -1,21 +1,5 @@
|
||||||
MIT License
|
Copyright (c) 2018 by Dym Sohin <re@dym.sh>
|
||||||
|
|
||||||
Copyright (c) 2018 Dym Sohin <re@dym.sh>
|
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
SOFTWARE.
|
|
||||||
|
|
16
meta.kdl
16
meta.kdl
|
@ -1,15 +1,7 @@
|
||||||
title "translit-dark"
|
title "translit-dark"
|
||||||
description "Dark Mode for Translit.net"
|
description "Dark Mode for Translit.net"
|
||||||
media-type "userstyle"
|
media-type "userstyle"
|
||||||
tags "ui" "code"
|
tags "ui" "css" "style"
|
||||||
license "MIT"
|
license "0BSD"
|
||||||
homepage "https://dym.sh/translit-dark"
|
homepage "https://dym.sh/translit-dark/"
|
||||||
|
source "https://source.garden/styles/translit-dark/"
|
||||||
install "https://dym.sh/translit-dark/style.user.css?dl"
|
|
||||||
version "2022.02.19"
|
|
||||||
|
|
||||||
|
|
||||||
mirrors {
|
|
||||||
github "https://github.com/dym-sh/translit-dark"
|
|
||||||
gitlab "https://gitlab.com/dym-sh/translit-dark"
|
|
||||||
}
|
|
||||||
|
|
BIN
preview.png
BIN
preview.png
Binary file not shown.
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
18
readme.md
18
readme.md
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
> Dark Mode for Translit.net
|
> Dark Mode for Translit.net
|
||||||
|
|
||||||
|
|
||||||
![preview](preview.png)
|
![preview](preview.png)
|
||||||
|
|
||||||
|
|
||||||
## install
|
|
||||||
open the [`style.user.css`](./style.user.css) via either one of:
|
|
||||||
|
|
||||||
- github: https://github.com/dym-sh/translit-dark/raw/latest/style.user.css
|
|
||||||
- gitlab: https://gitlab.com/dym-sh/translit-dark/-/raw/latest/style.user.css
|
|
||||||
- my homepage: https://dym.sh/translit-dark/style.user.css?dl
|
|
||||||
|
|
||||||
|
|
||||||
## requires
|
## requires
|
||||||
the [Stylus](https://add0n.com/stylus.html) browser addon, or something similar
|
the [Stylus](https://add0n.com/stylus.html) browser addon, or something similar
|
||||||
|
|
||||||
|
|
||||||
|
## install
|
||||||
|
open the [`style.user.css`](./style.user.css)
|
||||||
|
|
||||||
|
- full path: https://source.garden/styles/translit-dark/raw/branch/latest/style.user.css
|
||||||
|
|
||||||
|
it will automatically open the Stylus' userscript installer
|
|
@ -4,9 +4,10 @@
|
||||||
@version 2022.02.19
|
@version 2022.02.19
|
||||||
@namespace translit.net
|
@namespace translit.net
|
||||||
@author Dym Sohin
|
@author Dym Sohin
|
||||||
@homepageURL https://dym.sh/translit-dark
|
@homepageURL https://dym.sh/translit-dark/
|
||||||
@updateURL https://dym.sh/translit-dark/style.user.css?dl
|
@updateURL https://source.garden/styles/translit-dark/raw/branch/latest/style.user.css
|
||||||
@license MIT
|
@supportURL https://source.garden/styles/translit-dark/issues
|
||||||
|
@license 0BSD
|
||||||
==/UserStyle== */
|
==/UserStyle== */
|
||||||
|
|
||||||
@-moz-document domain("translit.net")
|
@-moz-document domain("translit.net")
|
||||||
|
|
Loading…
Reference in New Issue