anyilin

夸克浏览器自行向<head>添加了一个 meta 标签

  •  
  •   anyilin · Jan 14, 2025 · 2177 views
    This topic created in 509 days ago, the information mentioned may be changed or developed.
    正文发不出来,CF 拦截了,各位看图吧。

    补充信息:夸克是安卓最新版、全新安装的。

    Supplement 1  ·  Jan 15, 2025

    想到了一个有效的粗暴解法,在水合之前执行:

    const targetNode = document.head.querySelector('meta[name="wpk-bid_lowpri"]');
    if (targetNode) {
    	targetNode.remove();
    	for (const node of document.head.childNodes) {
    		if (node.nodeType === Node.TEXT_NODE && node.textContent.trim() === '') {
    			node.remove();
    			break;
    		}
    	}
    }
    
    1 replies    2025-01-14 20:22:29 +08:00
    vizards
        1
    vizards  
       Jan 14, 2025 via iPhone
    https://yueying-docs.effirst.com/yueying-intro.html
    看起来像是这玩意插入的 meta 标签。简单看了下,UC 出的
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   839 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 21:54 · PVG 05:54 · LAX 14:54 · JFK 17:54
    ♥ Do have faith in what you're doing.