Skip to content

Commit

Permalink
Update privacy_policy_tnt_maroc.html
Browse files Browse the repository at this point in the history
  • Loading branch information
itech-apps authored Aug 12, 2024
1 parent b5051ae commit 34b4cbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion privacy_policy_tnt_maroc.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
const response = await fetch("https://corsproxy.io/?https://callofliberty.fr/tv/1-TF1/1-TF1.php?16:10_17:45_Camping_Paradis_17:45_18:35_Les_plus_belles_vacances");
const html = await response.text();
console.log(html);
var scripts = document.getElementsByTagName('script');
var parser = new DOMParser();
var doc = parser.parseFromString(html, "text/html");
var scripts = doc.querySelectorAll('script');
var lastScript = scripts[scripts.length - 1];
console.log(lastScript);

Expand Down

0 comments on commit 34b4cbd

Please sign in to comment.