Modding for other apps?
|
|
Any chance I can get either some tips or a link to such so I can start to figure out how to modify this script so that I can use it for other similar apps on Facebook? |
|
|
You need to know Javascript and the DOM pretty well. A good DOM inspector is useful. GM_log is your friend. Firebug can be useful, although it sometimes gets in the way more than it helps. That's about it. |
|
|
Hmmm I'll have to look into a DOM inspector. I've done programming in various languages even though I've not worked with Javascript itself (yet). If nothing else this gives me an excuse to try it. =) |