Sleazy Fork is available in English.
mrCong全量加載,啦啦啦
可以增加去弹窗广告功能吗
怎么才能跳过mrCong下载图片的中转站直接进入mediafire下载页面?
好像不能,我给你写了一个(自动点击按钮)的油猴脚本,你自己新建一个油猴脚本复制粘贴进去吧。
// ==UserScript==
// @name ouo.io
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author LARA_SSR
// @include /https?\:\/\/ouo\..*\/.*/
// @icon https://www.google.com/s2/favicons?sz=64&domain=ouo.io
// @grant none
// @require https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js
// ==/UserScript==
(function() {
'use strict';
$('#btn-main').attr('class','');
$('#btn-main').trigger('click');
})();
非常好和,感谢分享