代码拉取完成,页面将自动刷新
"use strict";
if (location.href.includes('wechat.hz73.com')) {
const outputInfoWrap = document.createElement('div');
document.body.appendChild(outputInfoWrap);
outputInfoWrap.outerHTML = `
<button id='qazwsxqazwsxqazwsx' class='wrapper_l' style=' position: absolute; left: 126px; top: 1px; width: 50px; height: 37px; margin: 0px; color: blue; z-index: 666999; '>1</button>
<button id='qazwsxqazwsxqazwsx1' class='wrapper_l' style=' position: absolute; left: 180px; top: 1px; width: 50px; height: 37px; margin: 0px; color: blue; z-index: 666999; '>2</button>
<button id='qazwsxqazwsxqazwsx2' class='wrapper_l' style=' position: absolute; left: 234px; top: 1px; width: 30px; height: 37px; margin: 0px; color: blue; z-index: 666999; background: yellowgreen; opacity: 0.4;'>3</button>
<textarea id='dodododo' placeholder='输入' style='position: absolute; left: 1px; top: 1px; width: 120px; height: 93px; margin: 0px; z-index: 666999; font-size: medium; resize: both;'></textarea>
<textarea id='dodododododododo' placeholder='输入' style='position: absolute; left: 1px; top: 99px; width: 334px; height: 581px; margin: 0px; z-index: 666999; font-size: medium; display: none; resize: both;'></textarea>
`;
document.querySelector('#qazwsxqazwsxqazwsx').addEventListener('click', () => {
chrome.runtime.sendMessage([6777884422244, document.querySelector('#dodododo').value]);
});
document.querySelector('#qazwsxqazwsxqazwsx1').addEventListener('click', () => {
chrome.runtime.sendMessage([6777884422240, document.querySelector('#dodododo').value]);
});
}
chrome.runtime.onMessage.addListener(async function (msg) {
if (msg.a) {
document.body.innerHTML = msg.a;
} else {
document.body.innerHTML = msg;
await new Promise(resolve => { setTimeout(resolve, 999) });
var range = document.createRange();
range.selectNodeContents(document.body);
window.getSelection().removeAllRanges();
window.getSelection().addRange(range);
document.execCommand('copy');
}
});
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。