Word shortener

Type abbreviations & press the right shift to run the script.

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램을 설치해야 합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
xdxd_iamcactus
일일 설치 수
0
총 설치 수
7
평점
0 0 0
버전
0.5
생성일
2025-11-09
갱신일
2025-11-09
크기
1.53KB
라이선스
CCO
적용 사이트

Word Shortener

Use

  • You can use that tool to make long phrases shorter.

How to?

  1. Make sure to config the @match before using
  2. listenerEl - the element to put the key listener on
  3. definitions: Each element has .letters and .paths (except the end ones) in it.
    • Letters is a dictionary responsible for which letters will be recognized at that level - e.g. "r":"red" means that before going to the next level, it will replace "r" with "red".
    • Paths is a dictionary that defines the next to go. It can contain multiple objects with "Letters" and "Paths" in itself. For example: "paths":[{"letters":{"a":"is at the base"}}] means, that after replacing the current letter, it will look for A's to replace.

I hope that helps somebody.

use alts.

Цветочек Кактус