CyberNotes: Switch Between Multiple Site Logins

This article was written on January 23, 2008 by CyberNet.

CyberNotes
Web Browser Wednesday

There was a lot of excitement when we wrote about the Greasemonkey script that could be used to switch between multiple Gmail accounts. At that time Thilak commented about a Firefox extension that basically accomplished the same task. With it you create user profiles that you can switch between, and it uses a different set of cookies for each of the profiles.

Since most sites store session information in cookies this is a good method for switching between multiple accounts, whether it be for email, shopping, or just about anything. That’s when it hit me that you can manipulate cookies using JavaScript as well, and I figured there had to be a way to create a bookmarklet to do almost the same thing as the extension.

Before we dive into the bookmarklet lets take a look at the Firefox extension more in depth:

–Firefox Extension–

CookieSwap The extension is called CookieSwap, and once installed you can create multiple profiles that can be used to manage different identities from around the web. They are all controlled from the Status Bar where you can select which identity you want to use.

This is great for switching between multiple email accounts without needing to login to each one, as well as making it easier for several different people to all use the same browser. For example, each person in your family could have their own profile, and then each of them wouldn’t have to constantly bother with logging in and out of websites.

The good news is that all of your information is stored in a cookie, which ensures that no one can see your password in plaintext. Well, that’s at least the case for sites that are designed properly.

One downside that I’ve found to using this is that there’s no way to restrict the cookie swapping to a particular site. The first time you create a new profile you’ll start with a blank slate, and you’ll need to go login to all the sites you want enabled for that particular profile. So it may not be the optimum solution if all you want to do is switch between several different accounts on one particular site.

–Bookmarklet–

Huh?: A bookmarklet is a small JavaScript program that can be stored as a URL within a bookmark in most popular web browsers, or within hyperlinks on a web page.

We figured there had to be a way to create a bookmarklet to swap between cookies as well, but on a per site basis. As always we didn’t want to reinvent the wheel if we didn’t have to, so we searched around to see what we could find. Jesse Ruderman came to the rescue with a bookmarklet that he wrote to transfer cookies from one browser to another. We took that bookmarklet, modified it a bit, and created something that we think you’ll enjoy.

Here’s how it works. First you’ll need to drag this link into your bookmarks, or right-click on it and select the bookmark option:

Backup Cookies

Now head on over to the site you want to “backup” the cookies for. Click on the bookmarklet you just created, and you should see something like this:

Bookmarklet Swap Cookies

Bookmarking that will store your existing cookies for that site in the form of a bookmarklet. To restore the particular cookies for the site just run that bookmarklet.

Important: You must be on the site corresponding to the bookmarklet before running it. Otherwise your the cookies will not be updated. For example, if you backed up your Yahoo! cookies make sure you are on the Yahoo! website before running the bookmarklet.

In the example pictured above I was logged into Yahoo!, I ran the “Backup Cookies” bookmarklet to save my existing cookies. I was then able to logout of Yahoo! and run the new bookmarklet to restore all of my login credentials. It’s really that simple.

It’s pretty cool how something as simple as cookies can be used to restore your login status, but it’s something you also want to be careful with. Doing this would also mean that if the information ended up in the wrong hands that it could do some severe damage. For security reasons I recommend that you be especially cautious if you synchronize your bookmarks with a third-party online service.

Hat tip to Thilak for pointing out the Firefox Extension!

Copyright © 2011 CyberNetNews.com

Related Posts:


Foxmarks 2.0 – Faster Syncing and Favicon Support

This article was written on November 12, 2007 by CyberNet.

Foxmarks 2 Beta Foxmarks is the 13th most popular extension for the Firefox browser, and users who don’t mind test driving a Beta version can get a sneak peek at the upcoming Foxmarks 2.0! Initially you won’t be able to see a lot of differences because most of the work has been happening underneath the surface.

For starters Foxmarks has redesigned the way that they synchronize your bookmarks. Instead of synchronizing all of your bookmarks each time it will not only synchronize those bookmarks that have changed (newly added, renamed, moved, etc…). If you only have a handful of bookmarks you probably won’t notice much of a difference, but it should be a lot faster for those of you with hundreds (or even thousands) of bookmarks.

Foxmarks 2.0 has also implemented a new feature for synchronizing favicons, but from what I gather the favicons are still not shown on the My Foxmarks website. They are, however, synched across all computers that are running Foxmarks 2.0. This is especially great for all of you who use the Favicon Picker to customize the icons for your favorite websites.

There is some important information for those of you who are upgrading from Foxmarks 1.0:

You cannot easily mix Foxmarks 1.0.1 and Foxmarks 2.0; they exist in separate universes. If you do choose to run with Foxmarks 2.0, make sure you update all your existing installations to Foxmarks 2.0. There’s no risk of data loss, but changes you make with one version 1.0.1 won’t find their way to your Foxmarks 2.0 installations until you upgrade (and vice versa). Once you upgrade your first computer to Foxmarks 2.0, going to My Foxmarks will only show you Foxmarks 2.0 data — another reason to upgrade all your machines.

As of right now Foxmarks 2.0 is not compatible with pre-release versions of Firefox 3. The developer has said that he will begin working on a compatible version once Firefox 3 hits the Beta stage.

Get Foxmarks 2.0 Beta

Copyright © 2011 CyberNetNews.com

Related Posts:


Put Firefox Search Engines in Folders

This article was written on January 10, 2008 by CyberNet.

Manage Search Engines

I’ll give you a heads up that this extension is really just for those of you who heavily use the built-in Firefox search box. The Organize Search Engines extension will help remove some of the clutter from the search box drop-down menu.

How it works is rather simple. From the drop-down list you select the Manage Search Engines where you will be presented with a window to reorder the sites you currently have setup (on the left side of the screenshot above). In addition to being able to reorder the sites, you’ll also be able to create new folders to organize your search engines. Once done the end result will be a less cluttered menu of search engines (on the right side of the screenshot above).

This isn’t something that I would actually use myself because I hardly use that search box as it is. I have keywords setup so that I can always use the address bar to do my searching. How many of you actually use the browser’s built-in search box for searching a variety of sites?

Download the Organize Search Engines extension [via How-To Geek]

Copyright © 2011 CyberNetNews.com

Related Posts:


CyberNotes: 6 Firefox-based Web Browsers

This article was written on June 27, 2007 by CyberNet.

CyberNotes
Web Browser Wednesday

Mozilla has definitely made a name for themselves with Firefox, and have done such a great job of developing the browser that other people want to create their own browsers based on Firefox. To create their own browsers…they use Gecko, Firefox’s rendering engine as the core of the browsers that they create.

For those of you who aren’t familiar with what a rendering engine is I’ll try to explain that real quick. It is basically the aspect of the browser that takes the HTML code from a website and turns it into something that is organized the way that the developer intended it to look. It’s safe to say that it is the core of the browser, and since Firefox has gained a lot of popularity, other browsers can safely use Gecko knowing that most websites will look and function as they were intended. Similarly, the name of the Internet Explorer rendering engine is called Trident, (which even Google Talk uses to render the content of chat windows) and Opera’s is called Presto.

Today we’re taking a look at 6 other browsers, some you’ve probably heard of while others you haven’t, that use the Gecko rendering engine:

Wyzo (Homepage)

Wyzo is the Web browser offered by the same people who create the FireTorrent extension that we recently reviewed. You would think that it would come with the extension already integrated into the browser, but instead you have to download the extension separately. It also has a custom start page which can be found here.

Both the FireTorrent extension and the start page can be used in Firefox, so the only thing that sets it apart is the skin. It is probably one of the best Firefox skins that I have seen, and is the only thing that isn’t offered to current Firefox users.

Wyzo
Click to Enlarge

uBrowser (Homepage)

uBrowser is unique in the sense that it isn’t meant to be a dedicated browser that you use everyday. Instead, it was made as a way to implement the Gecko rendering engine into the popular 3D virtual world called Second Life.

Once you startup uBrowser, your first impression will probably be poor because of the simplistic interface, but the real goldmine is playing around with the settings in the right-sidebar. That’s where you’ll be able to transform the websites you visit into something that can be manipulated. The images speak for themselves:

uBrowser uBrowser
Click to Enlarge

There is no installation necessary to try out uBrowser, just download the Windows ZIP file (the first file on the page), extract the contents, and run the uBrowser executable file.

XeroBank (Homepage)

You may not recognize this browser right away by its name, but that’s probably because they had to change their name. Previously XeroBank was called TorPark, and despite the name change, it still offers all of the same features that we previously pointed out.

This browser is completely portable and doesn’t require any installation, but it is essentially just a version of Firefox that comes with a bunch of extensions pre-installed. Nevertheless, it is a great tool for those of you who are concerned with privacy.

XeroBank
Click to Enlarge

Flock (Homepage)

I’m not going to say much about Flock because I recently wrote a heavy review on the next upcoming version that is due out in a few weeks. To sum it up in one sentence: Flock is a browser that is well integrated with social networks like Del.icio.us, Flickr, and MySpace.

Flock
Click to Enlarge

Maxthon (Homepage)

I always knew Maxthon as being the browser that works off of Internet Explorer. Little did I know that there is actually an option in the File Menu that you can enable for all new tabs to use the Gecko rendering engine. I tried it out and it worked like a charm.

The disappointing news is that the new Maxthon 2 that should be available soon (currently on Release Candidate 3) doesn’t have this feature because they don’t have anyone on the team that is handy with the Gecko rendering engine. I’m sure a lot of people would love to see this implemented later on, but it’s definitely not going to be ready at launch.

Maxthon
Click to Enlarge

K-Meleon (Homepage)

Now this is one cool browser! It is among the slimmest that I have mentioned here, and after running it for just a few minutes it reminded me of the early Firefox days. I had a hard time getting the memory usage to break the 40MB mark, and that was with almost 10 tabs open!

Besides that, it has the standard tabbed browsing (although they don’t call them tabs, instead they’re layers), mouse gestures, and a popup blocker. Oh, and you can use the Internet Explorer or Opera bookmarking systems in place of, or in addition to the Mozilla bookmarking system that it incorporates.

If you’re missing the old days of Firefox, I highly suggest that you try this browser out!

K-Meleon
Click to Enlarge

Copyright © 2011 CyberNetNews.com

Related Posts:


Glubble: Parental Controls for Firefox

This article was written on June 19, 2007 by CyberNet.

GlubbleA new Firefox extension, called Glubble, is available that adds a parental control system to the Firefox browser. It’s nothing overly extravagant since it only enforces a whitelist of URL’s for the children, but it can give peace of mind to parents out there.

There is a default list of sites that ships with Glubble which are classified as kid-safe, and when setting up the accounts it asks whether the child is a boy or a girl. It uses that information to create a more customized homepage for the child based upon their gender. For example, a girl would have a link to Barbie on their site while a boy would not.

Children can request that certain sites be approved, and a parent can immediately approve the request if they are available to do so. If the parent is not available Firefox will prompt the parent to approve the site the next time they login.

Words don’t really do this justice, so I thought I would walk through a common scenario that might occur at a household. This demonstrates all of the various features that Glubble ships with (click any image to enlarge it):

  1. After installing Glubble the parent will be prompted to create an account:
    Glubble
  2. The parent then creates users, and they’ll be shown on a user management page. I named the users so that you can tell who is who, for example, the parent’s username stands for "I’m a Parent":
    Glubble
  3. Firefox is locked until a child or parent logs in (this is what you’ll see when starting Firefox from now on):
    Glubble
  4. A child logs on and is able to search Google, Yahoo, and visit some recommended sites using a customized Firefox skin. Note: When searching it only pulls up results for the approved sites.
    Glubble
  5. A child can also navigate their sites using the drop-down menu from the top which shows thumbnail previews of the sites:
    Glubble
  6. If a child tries to visit an unapproved site they will need to get the permission of a parent first:
    Glubble
  7. If the parent wasn’t around to approve the site, they will be shown the request the next time they login to Firefox:
    Glubble
  8. If the parent comes across a kid-friendly site while browsing around, they can instantly enable it for any of their kids:
    Glubble
  9. Or they can manage the sites that are approved for a child:
    Glubble
  10. And then when the child gets back online they will be notified that their site request had been approved:
    Glubble

As you can see this can be an extremely useful tool for parents who are trying to protect their kids from explicit content on the Internet. There is, however, a problem that arises for those people who have technological kids. It’s actually possible to remove (or temporarily move) the folder which contains the extension in the Firefox profile folder. That means the extension would immediately be deactivated and the user is given full access to the Internet, which can also be done by running Firefox in safe mode.

This doesn’t quite match up to the built-in parental controls that Vista has, which lets parents limit the amount of time that a child can use the computer, monitor their activity, and control which games they can play. In the reports the parents can even see the most recent websites that were visited, which applications a child ran, and what files they downloaded…none of which Glubble can do.

Of course Glubble doesn’t cost a thing, and knowledgeable parents not using Vista will hopefully see this as a way to protect their kids. When the final version of Glubble is released in October we’ll hopefully see some reporting features included, but they have definitely got the ball rolling in the right direction.

Download the Glubble Firefox Extension

Source: Spread Firefox

Copyright © 2011 CyberNetNews.com

Related Posts:


Firefox 2 Visual Refresh Theme Now Implemented!

This article was written on August 04, 2006 by CyberNet.

Firefox 2 Visual Refresh Theme Now Implemented!

I was watching the builds to see when they would implement the Visual Refresh that I just mentioned moments ago and they have now done it!

I haven’t been playing around with it only for a few minutes (obviously) but it seems to be very pleasing on the eyes. The rounded corners make a huge difference in my opinion and will fit into Windows Vista much better than the standard theme.

I have put together a portable version for those people who want to give it a whirl. All you have to do is download the Portable Firefox 2 file below. Then you unzip the file and browse for the file FirefoxPortable.exe. Just execute that file and you will be running Firefox 2 with the new Visual Refresh theme! The profile is kept with the FirefoxPortable folder so you don’t have to worry about messing up your other profile and the uninstallation process is simple…just delete the folder!

Download Portable Firefox 2.0 (with Visual Refresh theme)
Download the Windows Installer
Download for Linux

Update:
Mac users can download the latest nightly here but I haven’t been able to test to make sure it had the new theme in it. Please let me know if it does. Pete K. confirmed that it does work for a Mac.
Update 2:
You can download the Classic Firefox 1.5 Theme if you don’t like the new one.

Copyright © 2011 CyberNetNews.com

Related Posts:


Google Calendar in Your Firefox Sidebar

This article was written on January 13, 2008 by CyberNet.

Google Calendar Sidebar One area that I always keep open in my browser is the sidebar. It’s where I scour through hundreds of bookmarks, but it’s also handy for viewing mobile websites. Mitch over at Firefox Facts brought his “A” game when he snagged some specialized Google Calendar code from his iGoogle gadget. Your browser’s sidebar is a great home for the stripped-down website.

Previously we recommended using the Google Calendar mobile site in your sidebar, but this solution is 10 times better. Once setup you’ll see a full monthly calendar at the top of the sidebar, and immediately below it you’ll see some of your upcoming appointments. If that’s not enough you will also be pleased to know that you can pick and choose which of your calendars are displayed, and even utilize the “Quick Add” feature to add a new event.

To get this thing loaded in the Firefox sidebar here’s what you have to do:

  1. Right-click on this link, and bookmark it: Google Calendar Sidebar
    Firefox Sidebar Instructions
  2. After you have saved the bookmark, go back to the Bookmarks Menu and right-click on the bookmark. Choose the Properties option.
    Firefox Sidebar Instructions
  3. Now check the box that says Load this bookmark in the sidebar:
    Firefox Sidebar Instructions
  4. The next time you open the Google Calendar Sidebar bookmark it will appear in the Firefox sidebar.

Copyright © 2011 CyberNetNews.com

Related Posts:


Firefox & Opera Users are the Most Apt to Update

This article was written on July 03, 2008 by CyberNet.

firefox opera glasses.pngWeb browsers are probably among the most updated applications because of how important they are in our daily lives, and also because of how vulnerable they can make us to outside attacks. For example, Firefox 2 has had about 15 different versions since its release in October 2006, and all but three addressed security issues. I calculated out the average duration between new releases, and it works out to one every 39 days, or almost one every month.

I’m happy that these browsers are frequently getting updates because that means they are keeping up with any vulnerabilities and bugs that might arise. The bad news is that over 637 million users out there are surfing the net with an outdated browser. To break it down even further here are the percentage of users using the most current version on a per-browser basis:

  • Internet Explorer 7: 52.5% are up-to-date
  • Safari 3: 70.2% are up-to-date
  • Opera 9: 90.1% are up-to-date
  • Firefox 2: 92.2% are up-to-date

Just barely half of all Internet Explorer 7 users are running the latest release, which means many of them could be vulnerable to outside attacks. Firefox and Opera, on the other hand, are almost always updated to the latest release.

Naturally you would think that this is because Firefox and Opera users are more likely to follow when the companies release new versions of their browsers, but is that really the case? Half of the problem is that Internet Explorer gets updated through Windows Update, and so users aren’t notified of patches from within the browser like they are with Opera and Firefox. For that reason you’d be hard pressed to find someone who could tell you exactly what version of Internet Explorer they’re running, but a good chunk of Opera and Firefox users probably know the version number off the top of their heads.

You can read more about how the stats were collected, but overall I would say that all of this information is on-par to what I would expect. This makes me wonder how many people out there have expired antivirus subscriptions as well?

Understand the Web Browser Threat [via CNet]

Copyright © 2011 CyberNetNews.com

Related Posts:


Update For Tweaking The Session Restore In Firefox 2

This article was written on August 12, 2006 by CyberNet.

Firefox 2 Session Restore

When Firefox 2 Beta 1 was released a few weeks ago I put together a tweaking guide so that people would know how to customize some of the great new features. In that article I show you the few steps you need to take in order to make the built-in Session Restore automatically restore all of your tabs every time you restart Firefox.

For about the past week I have noticed that Firefox stopped restoring my sessions. I thought maybe they were going to prevent people from doing this which would have made me a little upset. Then I soon realized that they just changed the name of the setting in the about:config page. So if you have tweaked your Session Restore for Firefox 2 Beta 1 then you will need to also add this entry in order for it to work when Firefox 2 Beta 2 gets released on August 23.

  1. Start Firefox.
  2. In the Address Bar type “about:config” and press Enter.
  3. Right-Click and select New->Integer.
  4. A box requesting the Preference Name will popup and you should enter “browser.startup.page” (without the quotes). Press OK to continue.
  5. Here are the multiple options you can choose from:
    • Enter 0 to start with a blank page (about:blank).
    • Enter 1 to start with the web page(s) defined as the home page(s). (Default)
    • Enter 2 to load the last visited page.
    • Enter 3 to Resume the previous browser session (implemented after Firefox 2 beta 1).

Copyright © 2011 CyberNetNews.com

Related Posts:


Firefox Live Bookmarks in the Sidebar

This article was written on February 13, 2008 by CyberNet.

live bookmarks reader

From our 7,000+ feed subscribers I’m surprised to see that over 600 of those readers are still using the rather simple Firefox Live Bookmarks to keep up on the news. I’ve always found the Live Bookmarks system to be overly simple since the only part of the feed that is made available is the title of the article. I guess the simplicity is what draws the users in though.

For all of the Live Bookmark users out there we’ve found an extension that will make your feed reading just a tad bit better. The Feed Sidebar extension will add a new sidebar that will grab all of the Live Bookmarks that you are currently subscribed to. As you sift through the multiple feed items there will be a summary displayed in the lower half of the sidebar. Here are some of the nifty features:

  • You can mark some or all of the entries as read
  • Refresh the feeds on demand
  • Specify the interval that the feeds will be refreshed at
  • Open all unread articles in new tabs
  • Adjust how many days worth of data is shown for each feed
  • Double-click on a feed item to mark it as read and open it in the browser

Hopefully all of the Firefox Live Bookmarks users out there will put this extension to good use!

Feed Sidebar Firefox Extension

Copyright © 2011 CyberNetNews.com

Related Posts: