How to inject script into a page using bookmarklet if the Content Security Policy is enabled on the server?

不羁的心 提交于 2019-11-30 23:32:30

The spec says (at least I think it still does) that CSP should not prevent bookmarklets, but no browser has implemented this. Your only option is to disable CSP in the browser or use an extension.

Self-contained bookmarklets are another possibility. Here's jQuery 3.3.1.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!