مۇنازىرىلەر » ئىجادىيەت
// ==UserScript==// @name 我图网免登录// @namespace http://tampermonkey.net/// @version 2024-04-11// @description try to take over the world!// @author You// @match https://weili.ooopic.com/*// @icon https://www.google.com/s2/favicons?sz=64&domain=ooopic.com// @grant none// ==/UserScript==(function() { 'use strict'; $("body").ready(()=>{ layer.closeAll(); $(".unlogin-block").remove(); $.cookieSet('web:activity_pop_tub_send_coupon_20220906_pop_done',1); $.cookieSet('web:activity_pop_norecharge_user_conversion_done',1); $("body").append("
"); $('.js_ctr_whole_page_activity_pop').css("display","block"); }); // Your code here...})();
https://greasyfork.org/zh-CN/scripts/494566-%E6%88%91%E5%9B%BE%E7%BD%91%E6%B6%88%E9%99%A4%E7%99%BB%E5%BD%95%E5%BC%B9%E7%AA%97
جاۋاب قايتۇرۇش ئۈچۈن كىرىش.
// ==UserScript==
// @name 我图网免登录
// @namespace http://tampermonkey.net/
// @version 2024-04-11
// @description try to take over the world!
// @author You
// @match https://weili.ooopic.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=ooopic.com
// @grant none
// ==/UserScript==
(function() {
'use strict';
$("body").ready(()=>{
layer.closeAll();
$(".unlogin-block").remove();
$.cookieSet('web:activity_pop_tub_send_coupon_20220906_pop_done',1);
$.cookieSet('web:activity_pop_norecharge_user_conversion_done',1);
$("body").append("
");
$('.js_ctr_whole_page_activity_pop').css("display","block");
});
// Your code here...
})();