URL Encoder

URL encode and decode for non-utf8 encodings

2023-07-20 기준 버전입니다. 최신 버전을 확인하세요.

이 스크립트는 직접 설치하는 용도가 아닙니다. 다른 스크립트에서 메타 지시문 // @require https://update.greasyforks.org/scripts/471280/1222824/URL%20Encoder.js을(를) 사용하여 포함하는 라이브러리입니다.

작성자
PYUDNG
버전
0.1
생성일
2023-07-20
갱신일
2023-07-20
크기
5.96KB
라이선스
MIT

@require this script and you'll get $URL.encode(str) and $URL.decode(str) available.

$URL.encode(str) returns encodeURIComponent(str) but in encoding=document.characterSet

$URL.decode(str) returns decodeURIComponent(str) but in encoding=document.characterSet


for now, only big5 and gbk are supported for $URL.encode(str). $URL.decode(str) supports all encodings that your browser supports.

长期地址
遇到问题?请前往 GitHub 提 Issues。