Greasy Fork is available in English.

Diskussionen » Entwicklungsanfragen

Kickass Torrents KAT - Feedback click all like buttons

§
Veröffentlicht: 17.10.2015

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

§
Veröffentlicht: 20.11.2015

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.

§
Veröffentlicht: 20.11.2015
Bearbeitet: 20.11.2015
§
Veröffentlicht: 25.11.2015
Bearbeitet: 08.12.2015

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

Antwort schreiben

Anmelden um eine Antwort zu senden.