Greasy Fork is available in English.

討論 » 建立請求

Kickass Torrents KAT - Feedback click all like buttons

§
發表於:2015-10-17

Kickass Torrents KAT - Feedback click all like buttons

Hi, would someone be able to add a button to the KAT.cr feedback popup, that when clicked, will click all of the like/thumbs up buttons for all of the torrents on the list.
This would be super cool as it would make this process a lot faster and easier.

Thanks :)

§
發表於:2015-11-20

Can easily be done yourself. For anyone interested:
var x = getElementsByClassName('classOfThumbButton')
for (i = 0; i < x.length; i++) {
x[i].click();
}
or something like that. You can find class name by right clicking on the button and selecting inspect element.

§
發表於:2015-11-20
編輯:2015-11-20
§
發表於:2015-11-25
編輯:2015-12-08

The buttons are now three: APPROVE ALL, APPROVE SELECTED and DISCARD ALL buttons (I renamed the script accordingly) : KAT - add APPROVE ALL and APPROVE SELECTED buttons to Feedback popup

發表回覆

登入以回復