// ==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'); if ('nevHosszEllenorzes' in window) { window.nevHosszEllenorzes = function () { return true; }; } })(window.jQuery || window.$ || {});