This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Autocorrect Vietnam (Comprehensive) | |
// @namespace http://tampermonkey.net/ | |
// @version 2.0 | |
// @description Replaces "Vietnam" with "Viet Nam" and "Hanoi" with "Ha Noi" in ALL text inputs on en-cms.nhandan.vn | |
// @author You | |
// @match https://en-cms.nhandan.vn/* | |
// @grant none | |
// @run-at document-start | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Autocorrect "Vietnam" and "Hanoi" on Nhan Dan CMS | |
// @namespace https://nhandan.vn/ | |
// @version 1.4 | |
// @author Hoa Bui | |
// @description Autocorrect "Vietnam" → "Viet Nam" and "Hanoi" → "Ha Noi" | |
// @match https://cms-en.nhandan.vn/* | |
// @grant none | |
// ==/UserScript== |