KAT - Show All Comments

Automatically opens 'Show More' links in comments

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey, Greasemonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

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

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

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

ผู้เขียน
gazza-911
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
63
คะแนน
0 1 0
เวอร์ชัน
1.03
สร้างเมื่อ
01-07-2014
อัปเดตเมื่อ
02-05-2015
Size
440 ไบต์
สัญญาอนุญาต
ไม่มี
ปรับใช้กับ

What this script actually does:

* Automatically opens the 'Show More' (comments) link when viewing comments on a torrent on KAT

P.S Due to way comments are set up, the next page is loaded after the current page has finished loading, so it may take some time to load all the comments

Installation Instructions:

1a. Firefox users: Download Greasemonkey
1b. Chrome users: Download Tampermonkey

2. Click the green install button on the left-hand side of the screen.

Follow the on-screen prompt, and click 'Install' / 'Ok' on the pop-up window then you're good to go.

Known Issues:

* Not all 'Show More' links are opened; if a single page of comments takes longer than 3 seconds to load, the function will cease. You can solve this by increasing the interval time in the following line:

var getPage = setInterval(getNextPage, 3000);

From 3000 / 3 seconds to a higher number, however each page will begin to load however many seconds later (3 seconds by default) than the previous page started to load.

P.S If you use a mirror rather than the normal kickass.to site, you'll need to edit the script; change the 'match' / 'exclude' statements to the domain you're using (you can add multiple if you like).