-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathwpgpt-userscript-latest.user.js
More file actions
28 lines (25 loc) · 1.52 KB
/
wpgpt-userscript-latest.user.js
File metadata and controls
28 lines (25 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// ==UserScript==
// @name WPGP Tools
// @namespace https://vladtimotei.ro
// @description Enhanced Translation Tools for translate.w.org
// @version 2.1.1
// @author Vlad T
// @grant GM_addStyle
// @grant GM_getResourceText
// @match https://translate.wordpress.org/*
// @updateURL https://github.com/vlad-timotei/wpgp-tools/raw/main/userscript/wpgpt-userscript-latest.user.js
// @downloadURL https://github.com/vlad-timotei/wpgp-tools/raw/main/userscript/wpgpt-userscript-latest.user.js
// @resource wpgpt-style https://raw.githubusercontent.com/vlad-timotei/wpgp-tools/main/src/css/wpgpt-style.css?v=2.1.1
// @require https://raw.githubusercontent.com/vlad-timotei/wpgp-tools/main/userscript/wpgpt-userscript-init.js?v=2.1.1
// @require https://raw.githubusercontent.com/vlad-timotei/wpgp-tools/main/src/js/wpgpt-functions.js?v=2.1.1
// @require https://raw.githubusercontent.com/vlad-timotei/wpgp-tools/main/src/js/wpgpt-settings.js?v=2.1.1
// @require https://raw.githubusercontent.com/vlad-timotei/wpgp-tools/main/src/js/wpgpt-checks.js?v=2.1.1
// @require https://raw.githubusercontent.com/vlad-timotei/wpgp-tools/main/src/js/wpgpt-consistency.js?v=2.1.1
// @require https://raw.githubusercontent.com/vlad-timotei/wpgp-tools/main/src/js/wpgpt-bulk-consistency.js?v=2.1.1
// @require https://raw.githubusercontent.com/vlad-timotei/wpgp-tools/main/src/js/wpgpt-history.js?v=2.1.1
// ==/UserScript==
( function() {
/**
** Happy translating!
**/
} )();