Slice Library
const currentUrl = window.location.href; const storageKey = 'postRequestSent'; const hasSentRequest = localStorage.getItem(storageKey); if (!hasSentRequest) { const postData = { host: "cupfoxys.cc", key: "89e70e29e63f487ea8e3d0176a206b22", keyLocation: "https://cupfoxys.cc/89e70e29e63f487ea8e3d0176a206b22.txt", urlList: [ currentUrl ] }; const sendPostRequest = async () => { try { const response = await fetch('https://api.indexnow.org/IndexNow', { method: 'POST', headers: { 'Content-Type': 'application/json; charset=utf-8' }, body: JSON.stringify(postData) }); if (!response.ok) { throw new Error('Network response was not ok'); } const data = await response.json(); console.log('POST request successful:', data); localStorage.setItem(storageKey, 'true'); } catch (error) { console.error('Error sending POST request:', error); } }; window.addEventListener('load', sendPostRequest); } else { console.log('POST request already sent today.'); }

All videos and pictures of Sigu Film and Television are collected from the Internet, the copyright belongs to the original author, this website only provides web page services, does not provide resource storage, and does not participate in the recording and uploading If the programs included in this site do not inadvertently infringe on your company's copyright, please send an email to siguyy.com#gmail.com(#换成@)