6 ms·
Well, in this instance remote code actually means remote. In V3 one can no longer use the tabs.executeScript API [1] in which you could pass an arbitrary server
by dedoussis 4y ago
Well, in this instance remote code actually means remote. In V3 one can no longer use the tabs.executeScript API [1] in which you could pass an arbitrary server rendered string.
[1] https://developer.chrome.com/docs/extensions/reference/tabs/#method-executeScript https://developer.chrome.com/docs/extensions/reference/tabs/...
- rasz 4y agoV3 kills Userscripts (tampermonkey/violentmonkey). You will no longer be able to execute your own code written with your own hands&brain and stored on your own hard drive.
- abraham 4y agoUserscripts should go into testing soon. https://developer.chrome.com/docs/extensions/mv3/known-issues/#userscript-managers-support https://developer.chrome.com/docs/extensions/mv3/known-issue...
- danbulant 4y agoYou can make your own local extension. People will just write easy tool to generate an extension out of userscript(s). Still not good that they removed that...