StrokesPlus.net
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
lyscop  
#1 Posted : Tuesday, April 28, 2020 9:00:40 AM(UTC)
soooulp

Rank: Advanced Member

Reputation:

Groups: Moderators, Approved
Joined: 4/23/2020(UTC)
Posts: 161
China

Thanks: 46 times
Was thanked: 23 time(s) in 17 post(s)
I want to go to the next page that the website has a page bar such as the search result page of Google with a gesture. I found there are scrips of next/prev, maybe it can be run in S+ when I test it in S+Net, it does not work. It will be better if it can be achieved.

Here is a RAR file for downing the full files include next and prev scrips download link

liuxilu  
#2 Posted : Wednesday, April 29, 2020 5:28:35 AM(UTC)
liuxilu

Rank: Advanced Member

Reputation:

Groups: Translators, Moderators, Approved
Joined: 4/6/2020(UTC)
Posts: 79
China

Thanks: 1 times
Was thanked: 21 time(s) in 21 post(s)
地址栏执行Javascript
execute Javascript in address bar
还是用 tampermonkey 什么的吧
vimium也了解一下
lyscop  
#3 Posted : Wednesday, April 29, 2020 6:03:56 AM(UTC)
soooulp

Rank: Advanced Member

Reputation:

Groups: Moderators, Approved
Joined: 4/23/2020(UTC)
Posts: 161
China

Thanks: 46 times
Was thanked: 23 time(s) in 17 post(s)
Originally Posted by: liuxilu# Go to Quoted Post
地址栏执行Javascript
execute Javascript in address bar
还是用 tampermonkey 什么的吧
vimium也了解一下


谢谢大佬

S+Net是不是不好执行JavaScript脚本呀,那还是要用浏览器执行

之前用的手势扩展上下翻页,开启S+Net了,其他手势扩展用不了了

Greasyfork上面上下翻页的脚本都不好用,不如手势好用

体验过按键扩展,还是手势好用哈哈哈

卡饭的大佬发过上下翻页用一个Shortcut Manager扩展定义快捷键,然后用S+手势执行快捷键,那个扩展失效了,太可惜了


lyscop  
#4 Posted : Wednesday, April 29, 2020 6:05:38 AM(UTC)
soooulp

Rank: Advanced Member

Reputation:

Groups: Moderators, Approved
Joined: 4/23/2020(UTC)
Posts: 161
China

Thanks: 46 times
Was thanked: 23 time(s) in 17 post(s)
Originally Posted by: liuxilu# Go to Quoted Post
地址栏执行Javascript
execute Javascript in address bar
还是用 tampermonkey 什么的吧
vimium也了解一下


对了,调用win+l锁屏快捷键,和调用Ctrl+Alt+delete是不是没效呀

sp.SendKeys("@l")

sp.SendKeys("^%{Delete}") 用sp.SendKeys("^%{Esc}") 可以

Edited by user Thursday, April 30, 2020 1:14:16 AM(UTC)  | Reason: Not specified

lyscop  
#5 Posted : Thursday, April 30, 2020 3:29:44 AM(UTC)
soooulp

Rank: Advanced Member

Reputation:

Groups: Moderators, Approved
Joined: 4/23/2020(UTC)
Posts: 161
China

Thanks: 46 times
Was thanked: 23 time(s) in 17 post(s)
It solved again.

It should use a Shortkeys (Custom Keyboard Shortcuts) extension to run the next/prev JavaScript and define a shortcut for this script like Alt+g

Then let S+Net run the shortcut.

It is perfect to go to the next/prev page automatically with a gesture.
lyscop  
#6 Posted : Thursday, April 30, 2020 3:40:10 AM(UTC)
soooulp

Rank: Advanced Member

Reputation:

Groups: Moderators, Approved
Joined: 4/23/2020(UTC)
Posts: 161
China

Thanks: 46 times
Was thanked: 23 time(s) in 17 post(s)
Originally Posted by: lyscop Go to Quoted Post
Originally Posted by: liuxilu# Go to Quoted Post
地址栏执行Javascript
execute Javascript in address bar
还是用 tampermonkey 什么的吧
vimium也了解一下


对了,调用win+l锁屏快捷键,和调用Ctrl+Alt+delete是不是没效呀

sp.SendKeys("@l")

sp.SendKeys("^%{Delete}") 用sp.SendKeys("^%{Esc}") 可以


It is done.

Lock the PC desktop:

sp.RunProgram("c:\\windows\\system32\\rundll32.exe", "user32.dll,LockWorkStation", "", "normal", true, false, false);

Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.