Possible to run userscript in IE11

女生的网名这么多〃 提交于 2019-12-12 07:26:09

问题


I have a custom userscript that I'm running in Chrome and Firefox using Tampermonkey/Greasemonkey.

Is there any way of using this script in IE11? Or is there any plugins for IE11 that does what Tampermonkey/Greasemonkey does?


回答1:


TrixIE WPF4.5 claims to emulate Greasemonkey on IE11.

Unfortunately, the original Trixie and IE7Pro stopped working around IE8-ish.




回答2:


A simple Google Search (I searched "greasemonkey for IE") yields various alternatives available for other browsers:

http://en.wikipedia.org/wiki/Greasemonkey#Equivalents_for_other_browsers

For Internet Explorer, similar functionality is offered by IE7Pro,[19] Sleipnir,[20] and iMacros.




回答3:


Just open Developer tools (press F12) and paste your script to Console, and then run it (Ctrl + Enter).



来源:https://stackoverflow.com/questions/25059256/possible-to-run-userscript-in-ie11

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