renaming the repository name from stylish-chrome to stylus
This commit is contained in:
parent
972968b109
commit
0817a03b61
|
@ -16,9 +16,9 @@ See the [help docs](http://userstyles.org/help/stylish_chrome) or [ask in userst
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
The source is hosted on [GitHub](https://github.com/schomery/stylish-chrome) and pull requests are welcome.
|
The source is hosted on [GitHub](https://github.com/schomery/stylus) and pull requests are welcome.
|
||||||
|
|
||||||
You can help us translate the extension on [Transifex](https://www.transifex.com/github-7/Stylus). When `messages.json` file is ready to be merged, please open a new bug report in [stylish-chrome/issues](https://github.com/schomery/stylish-chrome/issues).
|
You can help us translate the extension on [Transifex](https://www.transifex.com/github-7/Stylus). When `messages.json` file is ready to be merged, please open a new bug report in [stylus/issues](https://github.com/schomery/stylus/issues).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
@ -297,7 +297,7 @@ $('#file-all-styles').onclick = () => {
|
||||||
const text = JSON.stringify(styles, null, '\t');
|
const text = JSON.stringify(styles, null, '\t');
|
||||||
const url = 'data:text/plain;charset=utf-8,' + encodeURIComponent(text);
|
const url = 'data:text/plain;charset=utf-8,' + encodeURIComponent(text);
|
||||||
return url;
|
return url;
|
||||||
// for long URLs; https://github.com/schomery/stylish-chrome/issues/13#issuecomment-284582600
|
// for long URLs; https://github.com/schomery/stylus/issues/13#issuecomment-284582600
|
||||||
}).then(fetch)
|
}).then(fetch)
|
||||||
.then(res => res.blob())
|
.then(res => res.blob())
|
||||||
.then(blob => {
|
.then(blob => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user