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 11// ==UserScript==
2- // @name Next.js Translation Helper
2+ // @name Next.js i18n Tampermonkey Script
33// @namespace https://github.com/xiaoyu2er/nextjs-i18n-docs
44// @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
57// @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
79// @match https://nextjs.org/*
810// @grant GM_xmlhttpRequest
911// @run -at document-end
Original file line number Diff line number Diff line change 11// ==UserScript==
2- // @name Next.js Translation Helper
2+ // @name Next.js i18n Tampermonkey Script
33// @namespace https://github.com/xiaoyu2er/nextjs-i18n-docs
44// @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
57// @description Adds a translation button to nextjs.org with links to community-maintained translated documentation
68// @author https://github.com/xiaoyu2er
79// @match https://nextjs.org/*
You can’t perform that action at this time.
0 commit comments