|
发表于 2023-3-11 22:50:17
|
显示全部楼层
if(/y\.qq\.com|\.bilibili\.|baijiahao\.baidu\.com|mbd\.baidu\.|tieba\.baidu\.com|zx\.sina|haokan\.|taobao\./.test(location.hostname) && typeof document.execCommand === 'function' && /\[native/.test(String(document.execCommand))) {
document.execCommand = function () {
return true;
};
document.title = ' ' + document.title; |
|