Re: nCore

From Crys, 5 Years ago, written in JavaScript, viewed 531 times. This paste is a reply to nCore from Crys - go back
URL https://paste.godclan.hu/view/3IUvGzwV/diff Embed
Viewing differences between nCore and Re: nCore
// ==UserScript==
// @name         nCore usability fixes
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Fix fucked up shit in nCore's UI
// @author       Crys
// @match        https://ncore.cc/torrents.php*
// @grant        none
// ==/UserScript==

(function($) {
    'use strict';

    $('form[action^="/torrents.php"]:not([method="GET"])').attr('method', 'GET');
'GET');

    if ('nevHosszEllenorzes' in window) {
        window.nevHosszEllenorzes = function () {
            return true;
        };
    }
})(window.jQuery || window.$ || {});

Reply to "Re: nCore"

Here you can reply to the paste above