File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
8
// @author https://github.com/xiaoyu2er
7
9
// @match https://nextjs.org/*
You can’t perform that action at this time.
0 commit comments