您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Custom Dictionary(自製字典庫):設定自己的字典庫,可在任意網頁幫助查找,貼上。
当前为
three
times the keyboard CTRL
CTRL ↓
:will select next rowCTRL ↑
:will select previous rowCTRL →
:will select next categoryCTRL ←
:will select previous categoryCTRL Mouse Primary Button
:will show now selected row value to search barPrimary Button
:will paste now selected row value to your browser focus element)](https://raw.githubusercontent.com/papago89/Custom-Dicionary/main/Demo%20keyboard%20shortcut.gif)
/
surround your regexp: /[0-9]{3}/
{
"ControlKeyPage1": {
"name": "Control key Page 1",
"data": [
{
"value": "CTRL + ↓",
"description": "will select next row"
},
{
"value": "CTRL + ↑",
"description": "will select previous row"
},
{
"value": "CTRL + →",
"description": "will select next category"
},
{
"value": "CTRL + your mouse primary button(通常是左鍵)",
"description": "will show now selected row value to search bar"
},
{
"value": "enter",
"description": "will paste now selected row value to your browser focus element"
}
]
},
"ControlKeyPage2": {
"name": "Control key Page 2",
"data": [
{
"value": "CTRL + ←",
"description": "will select previous category"
}
]
},
"record-2": {
"name": "test-2",
"data": [
{
"value": "this is test-1 value",
"description": "simple description"
},
{
"value": "this is test-2 value, don't set the description"
}
]
},
"record-3": {
"name": "test-3",
"data": [
{
"value": "127.0.0.1",
"description": "just test regexp find IP"
}
]
},
"record-4": {
"name": "test-4",
"data": [
{
"value": "blablabla\n \n blablabla",
"description": "data can put newline."
}
]
},
"record-5": {
"name": "this data from website json file",
"url": "https://cdn.jsdelivr.net/gh/papago89/temp/fav-json"
}
}