|
1 | 1 | // ==UserScript==
|
2 | | -// @name Next.js Translation Helper |
| 2 | +// @name Next.js i18n Tampermonkey Script |
3 | 3 | // @namespace https://github.com/xiaoyu2er/nextjs-i18n-docs
|
4 | 4 | // @version 0.0.1
|
| 5 | +// @updateURL https://raw.githubusercontent.com/xiaoyu2er/nextjs-i18n-docs/refs/heads/dev/apps/tampermonkey/dist/script.iife.js |
| 6 | +// @downloadURL https://raw.githubusercontent.com/xiaoyu2er/nextjs-i18n-docs/refs/heads/dev/apps/tampermonkey/dist/script.iife.js |
5 | 7 | // @description Adds a translation button to nextjs.org with links to community-maintained translated documentation
|
6 | | -// @author next-i18n-docs |
| 8 | +// @author https://github.com/xiaoyu2er |
7 | 9 | // @match https://nextjs.org/*
|
8 | 10 | // @grant GM_xmlhttpRequest
|
9 | 11 | // @run-at document-end
|
|
0 commit comments