replacement(not found by me, found by coolelectronics, sharpjack, and sprinkzmc on tn discord) #335
frogmasamune
started this conversation in
Fixes
Replies: 1 comment 1 reply
-
Alr i will add this, thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Credit goes to CoolElectronics#4683, SprinkzMC#8421, and Sharp_Jack#4374 on discord
bookmarklet is
javascript: let shim = false;var ids = prompt("extension ids (comma separated)").split(",");setInterval(()=>{ids.forEach((id)=> opener.chrome.developerPrivate.updateExtensionConfiguration({extensionId: id, fileAccess: shim}));shim = !shim;}, 250);
Beta Was this translation helpful? Give feedback.
All reactions