A bookmarklet to disable extensions based on LTBEEF with an interface based on the chrome extension page
For easy setup go the the website at https://upland-mutton-903.github.io/Beans/
-
Show your bookmarks bar with
ctrl + shift + b -
Right click on the bar and choose
Add Page -
Set the name to
Ingotand the URL to the code below or here
javascript:(function () {var a = document.createElement('script');a.src = 'https://raw.githubusercontent.com/Upland-Mutton-903/Beans/main/ingot.min.js';document.body.appendChild(a);}())