A library for getting the current csrf token for POSTs on Kickass Torrents.
Ce script ne devrait pas être installé directement. C'est une librairie créée pour d'autres scripts. Elle doit être inclus avec la commande // @require https://update.greasyfork.org/scripts/19500/248917/CSRF%20Grabber.js
/*
* name CSRF Grabber
* namespace pxgamer
* version 0.2
* description A library for getting the current csrf token for POSTs on Kickass Torrents.
* author pxgamer
*/
function csrf() {
'use strict';
return $('form input[name="csrf_token"]').val();
}