您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Check suffix and common word abbreviations without leaving WME
WME Road Name Helper NP is a Tampermonkey/Greasemonkey userscript for the Waze Map Editor (WME). It assists editors by checking road name suffixes and common preceding words against standard abbreviations, providing real-time feedback and suggestions directly within the WME interface.
This script aims to improve data consistency and accuracy in Waze map data by guiding users to use official or community-agreed-upon abbreviations.
🛣️ Highway Suggestions:
Highway codes (e.g. NH01 - रारा०१
) are suggested only when you type the exact code (like NH01-
).
⬆️ Auto-Capitalization:
Highway codes like nh01
are automatically capitalized to NH01
.
🟢 First Word Capitalization:
Automatically capitalizes the first word in the road name.
✂️ Prefix/Middle/Suffix Correction:
Suggests corrections for abbreviations not just at the end (suffix), but also for words in the middle or prefix of the name (e.g. Mount Everest Road
→ Mt Everest Rd
).
🔄 Tab Key Support:
Press Tab to instantly accept a suggestion.
📝 Visual Feedback:
Clear color-coded feedback for valid, suggested, or info states.
🧠 Smart Suffix & Word Handling:
Checks both suffixes (like “Road”, “St”, etc.) and common words (like “Mount” → “Mt”, “Saint” → “St”, etc.).
Real-time Suffix Analysis: As you type a road name, the script analyzes the last word (potential suffix).
General Word Abbreviation: Checks words before the suffix for common abbreviations.
Title Case Normalization: Suggests proper title casing for the entire road name.
Integrated UI:
"The X" Name Handling: Recognizes "The [Name]" or "The [Name] [Suffix]" patterns (e.g., "The Esplanade") and advises against abbreviating them.
nh01-
will suggest NH01 - रारा०१
.mount everest road
will suggest Mt Everest Rd
.yogikuti marg lane
will suggest Yogikuti Marga Ln
.Based on the original "WME Standard Suffix Abbreviations" script by Brandon28AU.
This version ("Mod") includes enhancements for general word abbreviations and other refinements.
MIT