Run Greasemonkey on html files located on the local filesystem?

前端 未结 2 1610
孤街浪徒
孤街浪徒 2020-12-24 12:43

I have an API documentation lying around on my Harddrive and to ease my workflow, I have written a simple script that modifies the page for my needs. I\'ve developed it usin

2条回答
  •  温柔的废话
    2020-12-24 12:58

    Since a couple of releases there are two new 'hidden' preferences:

    greasemonkey.aboutIsGreaseable
    greasemonkey.fileIsGreaseable

    The default value is "false". If you want Greasemonkey to run on file:/// urls, you have to set the second one to "true" (in about:config).

    Quoted from here:

    http://groups.google.com/group/greasemonkey-users/browse_thread/thread/ad67ee03ae92e3f0/1dc4075bdb53438a

提交回复
热议问题