Script to simplify Netflix activity pages (in progress)

  • March 18, 2012
  • James Skemp
I love Netflix, but there's no easy way to get a listing of the movies I've rated through the service. To ease with that, I've finally started on a script that will clean the Netflix output, so it's a bit easier to parse. Fire up Chrome, visit either https://www2.netflix.com/RentalActivity?all=true or https://account.netflix.com/WiViewingActivity?all=true, open a console, and use the following two scripts: Script 1: Load jQuery var GM_JQ = document.createElement('script'); GM_JQ.src = 'https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'; GM_JQ.type = 'text/javascript'; document.

Read More

How to easily clear the window.applicationCache on select browsers

  • April 2, 2011
  • James Skemp
While I was working on tweaking my video game listing, and creating my offline Web application manager, I kept running into issues with the cache manifest holding onto data much longer than I would have liked. After some research I found that Chrome's interface can easily be found by going to chrome://appcache-internals/. On Safari, on the iPod Touch and iPad, you can stop/close Safari (hold down the home button on the home screen, and close the application) and then start it back up to clear the data.

Read More

If Firefox recommends ad blocking software ...

  • December 24, 2008
  • James Skemp
The other day I installed YSlow on my home machine. When I did so I noticed that they were recommending the major ad blocking add-on, but I didn't think too much of it. I was reading an article that questioned again (id est, old news) whether Chrome would strain the Google/Mozilla relationship. Since the ad blocking add-on blocks Google ads, I wonder if instead of Chrome, it's these recommended add-ons that are causing the strain.

Read More

Current, major, browsers

  • November 23, 2008
  • James Skemp
Do users know that they're not using the current version of their browser? While many browsers will check for updated versions (Firefox, for example), some do not. Anywho, I've decided, looking at the numbers, that I would start adding a check on my sites to alert users if there browser is out of date, and tell them where they can get an updated version. Note that I refer to the desktop version of these browsers, and mention only the major browsers.

Read More

Browser environments for testing

  • November 20, 2008
  • James Skemp
In a previous post I mentioned using virtual machines for testing. Here's the three virtual machines that I feel cover the most options for browser testing (on Windows):  Current versions Looking at the top 10 browsers for this site, using data from Google Analytics, we have; Internet Explorer, Firefox, Safari, Chrome, Mozilla, Opera, Playstation 3, Konqueror, SeaMonkey, and Camino. Of those, Internet Explorer and Firefox, obviously, account for the largest amount of traffic, at about 86% of all visits.

Read More