nCore

From Crys, 5 Years ago, written in JavaScript, viewed 519 times.
URL https://paste.godclan.hu/view/etgW0eE_ Embed
Download Paste or View Raw
  1. // ==UserScript==
  2. // @name         nCore usability fixes
  3. // @namespace    http://tampermonkey.net/
  4. // @version      0.1
  5. // @description  Fix fucked up shit in nCore's UI
  6. // @author       Crys
  7. // @match        https://ncore.cc/torrents.php*
  8. // @grant        none
  9. // ==/UserScript==
  10.  
  11. (function($) {
  12.     'use strict';
  13.  
  14.     $('form[action^="/torrents.php"]:not([method="GET"])').attr('method', 'GET');
  15. })(window.jQuery || window.$ || {});

Replies to nCore rss

Title Name Language When
Re: nCore Crys javascript 5 Years ago.

Reply to "nCore"

Here you can reply to the paste above