Unhiding Google Groups

One of our readers, Joaquín Bernal, was nice enough to build and send me a small Chickenfoot script to unhide the Google Groups link I mentioned in the previous blog posting. Chickenfoot is similar to Greasemonkey but with a much simpler syntax. Here is the Chickenfoot script to unhide the link:

click("more link")
l = find("Groups link").html
remove("Groups link");
click("more link")
insert(before("Video link"), l + '    ') 

Chickenfoot is a Firefox extension just like Greasemonkey. It can modify websites on the fly when you visit them with Firefox. After installing the Chickenfoot XPI in Firefox, you can insert the script and enable it for the google.com domain.

How useful was this post?

Click on a star to rate it!

Stay ahead in Test Management.

Follow us on social media!

Help us improve this page!

What problem are you trying to solve?

In This Article:

There are no headings in this document.

Sign up for our newsletter

Other Blogs

Announcement, General, TestRail, Websites

TestRail Website Relaunch

It’s been months in the works – and now it’s finally here: the completely re-designed TestRail website, with a refreshed design and easier navigation.

Automation, Business, General, Programming, Security, TestRail, Websites

Pursuing the Secure Cryptocurrency Wallet

Although you can test blockchain apps using non-live blockchains, eventually you have to assess how your app runs in a live environment. That means you have to use it, and pay for it, using real cryptocurrency. The security of your cryptoassets, even when t...

Gurock Software, Websites

New Gurock Software website launched

Besides working on SmartInspect and our upcoming new product TestRail, which I will introduce in the next posting on this blog, we have also been working on a new Gurock Software website recently. Although the old website wasn’t bad, we wanted to simplify...

Build quality processes and release with confidence