RAA

战绩连续查询脚本

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!)

Author
chazikaifa
Daily installs
0
Total installs
11
Ratings
0 0 0
Version
0.3
Created
2018-01-10
Updated
2018-12-17
Size
3.68 KB
License
N/A
Applies to

RAAShowAll

version 0.1

注意:该文件用于Tampermonkey,请先了解http://tampermonkey.net/

  • 该脚本用于https://worldofwarships.com.cn/index.php
  • 原本网页每次只能查一艘船,脚本在查询一次后自动遍历加载所有的船。
  • 由于原网页没有暴露所有数据的接口,所以原理其实是脚本不断访问原网页,抓取数据部分放到网页上,
  • 为了不让对面服务器拒绝我频繁的访问,采用在一次访问结束后隔半秒再继续访问,所以加载速度有点慢。
  • 如有建议或疑问欢迎在该工程下发起讨论!https://github.com/chazikaifa/RAAShowAll/issues

version 0.2

  • 修改排版,原昵称修改为稀有度显示
  • 为方便查看数据,每30条数据添加3空行以及一条表头

version 0.3

  • 原版网页空场次船输出变为空,修改相应判断条件