Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hoothin committed Oct 31, 2023
1 parent 975c9d8 commit df6e38b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ window.setLang = (_lang) => {
param_p3: '页内 post,可在页面之内使用【css 选择器或者 xpath】填写参数提交查询,适用于不开放GET/POST接口的网站,例如 #p{#input=%u&sleep(500)&click(.submit)}, 代表在"#input"内输入指定url,然后等待500毫秒,最后点击".submit"。可在内容中使用 \\& \\= 来 表示 & =。wait(#input) 代表等待元素 #input 出现,wait(!.loading)代表等待元素 .loading 消失,call(alert("Hello")) 代表执行代码 alert("Hello"),支持 await。input 时 @ 代表当前输入框',
param_input: '输入占位,例如%input{请输入您的三围,90 55 90}。使用/创建下拉菜单,例如%input{请选择你的罩杯,A/B/C}。也可以分别添加描述,例如%input{请选择你的罩杯/稀有/绝佳/好大,A/B/C}',
param_group: '通过你已经创建的站点名批量打开,例如 ["雅虎搜索","谷歌搜索"]',
param_ele: '通过 css 选择器或者 xpath 抓取元素并返回文字内容,例如 %element{.mainTitle},省略选择器时返回选中内容的 HTML 代码',
param_ele: '通过 css 选择器或者 xpath 抓取元素并返回文字内容,例如 %element{.mainTitle},省略选择器时返回当前选中元素',
param_elep: '获取抓取到元素的属性值,例如 %element{.mainTitle}.prop(href) %element{.mainTitle}.prop(innerHTML)',
param_elere: '正则替换,例如 %element{.mainTitle}.prop(href).replace(/https/i,"")',
param_cp: '在开头使用"copy:"可以复制之后的所有字串',
Expand Down Expand Up @@ -583,7 +583,7 @@ window.setLang = (_lang) => {
param_p3: '頁内 post,可在頁面之内使用【css 選擇器或者 xpath】填寫參數提交查詢,適用於不開放GET/POST接口的網站,例如 #p{#input=%u&sleep(500)&click(.submit)}, 代表在"#input"内輸入指定url,然後等待500毫秒,最後點擊".submit"。可在内容中使用 \\& \\= 來 表示 & =。wait(#input) 代表等待元素 #input 出現,wait(!.loading)代表等待元素 .loading 消失,call(alert("Hello")) 代表執行程式碼 alert("Hello"),支援 await。input 時 @ 代表當前輸入框',
param_input: '輸入占位,例如%input{請輸入您的三圍,90 55 90}。使用/創建下拉菜單,例如%input{請選擇你的罩杯,A/B/C}。也可以分別添加描述,例如%input{請選擇你的罩杯/稀有/絕佳/好大,A/B/C}',
param_group: '透過你已經創建的站點名批量打開,例如 ["雅虎搜尋","谷歌搜尋"]',
param_ele: '透過 css 選擇器或者 xpath 抓取元素並返回文字内容,例如 %element{.mainTitle},省略選擇器時返回選中内容的 HTML',
param_ele: '透過 css 選擇器或者 xpath 抓取元素並返回文字内容,例如 %element{.mainTitle},省略選擇器時返回當前選中元素',
param_elep: '獲取抓取到元素的屬性值,例如 %element{.mainTitle}.prop(href) %element{.mainTitle}.prop(innerHTML)',
param_elere: '正則替換,例如 %element{.mainTitle}.prop(href).replace(/https/i,"")',
param_cp: '在開頭使用"copy:"可以複製之後的所有字串',
Expand Down Expand Up @@ -876,7 +876,7 @@ window.setLang = (_lang) => {
param_p3: 'Post in page by selector or xpath, like #p{#input=%u&sleep(500)&click(.submit)}, means: input current url to "#input", then wait for 500ms, then click ".submit". use \\& \\= instead of & = in content. wait(#input) means wait for element #input appeared, wait(!.loading) means wait for element .loading disappeared, call(alert("Hello")) means eval code alert("Hello"), which support await. @ means activeElement while input',
param_input: 'Input something, like %input{love who?,you}.Use / to create a drop down menu, eg %input{Please select your cup size,A/B/C}. You can also add descriptions separately, for example %input{Please select your cup/rare/excellent/So big,A/B/C}',
param_group: 'Batch open by site name you\'ve created',
param_ele: 'Query element for innerText from selector or xpath, like %element{.mainTitle}, return HTML of selected elements if selector is not set',
param_ele: 'Query element for innerText from selector or xpath, like %element{.mainTitle}, return selected elements if selector is not set',
param_elep: 'Return prop value for queried element, like %element{.mainTitle}.prop(href) %element{.mainTitle}.prop(innerHTML)',
param_elere: 'Replace, same as above, like %element{.mainTitle}.prop(href).replace(/https/i,"")',
param_cp: 'Put this at first then all words after will be copied to the clipboard',
Expand Down

0 comments on commit df6e38b

Please sign in to comment.