AutoClicker

一个自动对网页元素(按钮,链接等)进行重复点击的脚本,可以利用到春节刷票,大学选课,双十一抢购等场景中。

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

ئاپتورى
c0ny1
بۈگۈن قاچىلانغىنى
0
جەمئىي قاچىلانغىنى
11,292
باھا نومۇرى
23 0 0
نەشرى
0.2.6
قۇرۇلغان ۋاقتى
2019-01-09
يېڭىلانغان ۋاقتى
2019-01-11
Size
2.6 KB
ئىجازەتنامىسى
يوق
قوللايدىغىنى
بارلىق بېكەتلەر

一个自动对网页元素(按钮,链接等)进行重复点击的脚本,可以利用到春节刷票,大学选课,双十一抢购等场景中。 注意:使用本脚造成的意外损失,无作者无关,请使用者自行承担。

一、使用说明

本脚本只是提供了重复点击的模板代码,需要使用者提供要点击元素的相关信息。目前脚本支持5种定位方式,请根据场景选择最合适的一种方式,并提供元素相关信息即可。

  1. 元素id
  2. 元素标签名,属性,属性值
  3. 元素xpath
  4. 元素selector
  5. 自定义函数

二、使用步骤

  1. 步骤一:修改脚本作用的目标网站
  2. 步骤二:确定使用5种方式中的一种来定位要点击的元素,并提供用于定位元素的信息。
  3. 步骤三:刷新页面,油猴自动执行我们基于AutoClicker修改后的代码。