Tieba No Draft

去除贴吧自动保存草稿功能

// ==UserScript==
// @name        Tieba No Draft
// @description 去除贴吧自动保存草稿功能
// @author      [email protected]
// @include     http://tieba.baidu.com/*
// @version     1
// @grant       none
// @namespace https://gf.qytechs.cn/users/1438
// ==/UserScript==
var originFireEvent = UE.EventBase.prototype.fireEvent;
UE.EventBase.prototype.fireEvent = function(){
	if(arguments[0] === 'contentchange'){
		return;
	}

	originFireEvent.apply(this, arguments);
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址