NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
/* * 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(); }