Sort of like GreaseMonkey, but in addition to pure JS adds a nice API for simple access to most common operations. Pretty neat.
Chickenfoot for Firefox: Rewrite the Web
11–19 of 19 posts
Re: Chickenfoot for Firefox: Rewrite the Web
#12Re: Chickenfoot for Firefox: Rewrite the Web
#13The ability to quickly package your Chickenfoot scripts into Firefox extensions also holds a lot of value.
Re: Chickenfoot for Firefox: Rewrite the Web
#14They'd need to sort this out before it can be widely recommended: http://groups.csail.mit.edu/uid/chickenfoot/faq.html#xss
Re: Chickenfoot for Firefox: Rewrite the Web
#15I worked as a developer on Chickenfoot for about 6 months going into my sophomore year at MIT. It does share a lot of similarities with GreaseMonkey, but I've found it to be a much more powerful tool for writing quick scripts to perform simple interactions with web sites. This is largely assisted by its API of commonly used operations (some of which I wrote). The ability to quickly package your Chickenfoot scripts in…
Definitely! I'm really interested in that feature - could you link to some docs of it? Couldn't find much on the site
Re: Chickenfoot for Firefox: Rewrite the Web
#16Earlier quoted context omitted.
One significant advantage that Selenium seems to have is that it accepts CSS3 selectors as target element patterns. Chickenfoot has XPath, but not CSS3. A bit of a bummer because this otherwise looks like it will be fun to play with.
I use Selenium regularly and while it is exceptionally useful, it's also quite buggy. I heard mumblings some time ago about Google contributing to the Selenium project or even forking it, but I'm not certain what's happened there.
Regarding Google, you might be thinking of the on-going merger between the Selenium and the WebDriver projects. WebDriver was created by Googler Simon Stewart. He currently works at Google, but WebDriver was created when Simon was still at ThoughtWorks. Also, I am a former Googler (and former ThoughtWorker), and worked on Selenium during my time at both places.
Re: Chickenfoot for Firefox: Rewrite the Web
#17Sort of like GreaseMonkey, but in addition to pure JS adds a nice API for simple access to most common operations. Pretty neat.
One wonders though why they didn't implement it as a general js library that could also be used from gm.
This situation is kinda the point of free software mate.
Re: Chickenfoot for Firefox: Rewrite the Web
#18They'd need to sort this out before it can be widely recommended: http://groups.csail.mit.edu/uid/chickenfoot/faq.html#xss
Is there a way to find the text you need to append after the # symbol (#xss) to get to a particular section without looking at the page source or using the TOC links?
Re: Chickenfoot for Firefox: Rewrite the Web
#19Earlier quoted context omitted.
Is there a way to find the text you need to append after the # symbol (#xss) to get to a particular section without looking at the page source or using the TOC links?
Not in stock browsers. But if you are happy with a bookmarklet solution, see the 'named anchors' bookmarklet on this page: https://www.squarefree.com/bookmarklets/webdevel.html