Skip to content

Instantly share code, notes, and snippets.

View SamukaDEV's full-sized avatar
🎧
Focusing

Samuel Torres SamukaDEV

🎧
Focusing
View GitHub Profile
@SamukaDEV
SamukaDEV / url-encoded.json
Created October 29, 2021 18:25
URL Encoded Characters
{
"%08": "backspace",
"%09": "tab",
"%0A": "linefeed",
"%0D": "creturn",
"%20": "space",
"%21": "!",
"%22": "\"",
"%23": "#",
"%24": "$",
### all *js files ( e.g. Firefox user.js, prefs.js )
## Old version
#syntax "jsfiles" "(\.|/|)js$"
#color green "//.*$" start="\/\*" end="\*\/"
#color blue "'(\\.|[^'])*'"
#color red ""(\\.|[^\"])*""
#color brightgreen "\<(true)\>"
#color brightred "\<(false)\>" "http\:\/\/.*$"