The video library is selected for you
Chronological ordering
window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-4XVRK7VW0M');
Variety Library
Hong Kong and Taiwan dramas
Sogou
Cancel
Google
eWave.Star.Static=0;
The whole plot12:00 - 22:00
You can enjoy it after logging in
const currentUrl = window.location.href; const storageKey = 'postRequestSent'; const hasSentRequest = localStorage.getItem(storageKey); if (!hasSentRequest) { const postData = { host: "cupfoxyy.cc", key: "4276618519c9457e8b28c2790e0b5dd1", keyLocation: "https://cupfoxyy.cc/4276618519c9457e8b28c2790e0b5dd1.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.'); }