How to embed JS script via the browser bookmarks bar

Disclaimer: This article is a blogger original article, please indicate the source: http: //blog.csdn.net/deaidai https://blog.csdn.net/deaidai/article/details/90064145

posture:

To open a bookmark filter
Here Insert Picture Description
Here Insert Picture Description
insert the following code in the address bar, the content of the code it ourselves
Here Insert Picture Description
javascript:var script=document.createElement('script');script.type='text/javascript';script.src='https://api.xiaohudi.com/configure/js';document.getElementsByTagName('head')[0].appendChild(script);

Guess you like

Origin blog.csdn.net/deaidai/article/details/90064145