Recommendations for a “Getting started with Greasemonkey” tutorial [closed]

亡梦爱人 提交于 2019-12-21 03:58:09

问题


I'm interested in writing some Chrome compatible Greasemonkey scripts, but I'm finding that there are few updated tutorials on how to really get started properly with writing userscripts. Dive Into Greasemonkey by Mark Pilgrim is five years old now and hasn't been updated. Searches for tutorials are rife with garbage hits, affiliate blog links and general nonsense. The wiki for Greasemonkey is nearly all reference, not really a "this is a good place to start" kind of article.

Can you recommend a good, updated tutorial for getting started writing userscripts?

I define "good" as:

  • How to setup an environment
  • Basic skills required to know
  • Common use examples
  • Best practices

I define "updated" as:

  • Written or updated in the last 18 months

回答1:


I am pretty sure there isn't a tutorial that meets all your requirements. Check out Jaxov's post for a start.

Anyway, Greasemonkey's not that hard once you know JavaScript; even though Greasemonkey on Chrome can be a bit of a pain.

Play around with it; examine code that works. You could be the one to write the updated "Getting Started" documentation ;)

Also for Chrome, check out Tampermonkey.




回答2:


http://wiki.greasespot.net/Main_Page <-- the page which is opened the first time you install Greasemonkey



来源:https://stackoverflow.com/questions/4749582/recommendations-for-a-getting-started-with-greasemonkey-tutorial

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