//全局拦图:停加载再删
(function(){const b=["tghdwxsb.png","jsjdesign.jpg","315tong.png","vipmfcur.png","mobvipbmtoppic2024.png","055144_1636.png","tmbloading.gif","nolimit.png","dakasucc.png","sharrow.png","sharesucc.png"];function h(i){if(b.some(n=>i.src.includes(n))){i.src="";i.remove();}}function s(){document.querySelectorAll('img').forEach(h);}s();new MutationObserver(s).observe(document,{childList:!0,subtree:!0,attributes:!0,attributeFilter:['src']});})();
//全局:div 立删
(function() {
const delTarget = () => {
document.querySelectorAll('div[id="txt"][class="red b f16 txt"]').forEach(el => el.remove());
};
delTarget();
new MutationObserver(delTarget).observe(document.body, { childList: true, subtree: true });
})();








