// Function to fetch and display the live table data function fetchLiveTableData() { // URL of the webpage var url = "https://961today.com/usd2lbp1"; // Table ID var tableId = "555"; // Send a GET request to the URL fetch(url) .then(response => response.text()) .then(data => { var parser = new DOMParser(); var htmlDoc = parser.parseFromString(data, "text/html"); // Find the table with the given ID var table = htmlDoc.getElementById(tableId); if (table) { // Append the table to the live-table div document.getElementById("live-table").appendChild(table); } else { console.log("Table with ID " + tableId + " not found on the webpage."); } }) .catch(error => console.log(error)); } // Call the function to fetch and display the live table data fetchLiveTableData(); .wpdt-fs-000022 { font-size: 22px !important;} .wpdt-bc-070707 { background-color: #070707 !important;} .wpdt-tc-FFFFFF { color: #FFFFFF !important;} .wpdt-bc-41b205 { background-color: #41b205 !important;} .wpdt-tc-FFFFFF { color: #FFFFFF !important;} .wpdt-ff-000000 { font-family: inherit !important;} .wpdt-bc-e4b20e { background-color: #e4b20e !important;} .wpdt-bc-d10014 { background-color: #d10014 !important;} .wpdt-bc-08aee2 { background-color: #08aee2 !important;}