Greasy Fork is available in English.

【吉他社-jitashe.org】免登录下载

try to take over the world!

// ==UserScript==
// @name         【吉他社-jitashe.org】免登录下载
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       fengxxc
// @match        https://www.jitashe.org/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    var curdom = document.getElementById('gtp_download');
    curdom.removeAttribute('onclick');
    curdom.setAttribute('href', curdom.getAttribute('dlink'));
})();