Greasy Fork is available in English.

auto-continue-visit

A Tampermonkey script that help you to automatically continue to visit.

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
xhofe
1日のインストール数
0
累計インストール数
25
評価
0 0 0
バージョン
0.0.2
作成日
2023/08/05
更新日
2023/10/09
ライセンス
MIT
対象サイト

auto-continue-visit

A Tampermonkey script that help you to automatically continue to visit.

一个帮助自动继续访问目标链接的油猴脚本。

Click here to install.

Contribute

Add a new site

Edit src/config.ts to add a new site. For every site, just add a record to the config array. The link is just the link of the site, and the other field is for continue method.

There are two continue methods now:

  • take target link from query string, just fill in the key of query string.
  • click the specified element, just fill in the selector of the element.

The other attributes are optional and you can read the src/types.ts to learn more.

Add a new continue visit method

TODO