Got an iPhone or iPad? We have a brand new Pastebin App for both devices, and it's totally free! Click here to download the new Pastebin App for iOS.
Guest

Untitled

By: a guest on Feb 11th, 2012  |  syntax: None  |  size: 0.55 KB  |  hits: 47  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. ## userjs - neither the if nor the else are executing
  2. (function(opera, document) {
  3.   var html = document.firstChild && document.selectSingleNode('/html');
  4.   if (html)
  5.     html.className += ' ' + location.hostname.replace(/\./g, '-').replace(/^www-|[^\w- ]/g, '').replace(/\b(\d)/g, '_$1');
  6.   else { //debug
  7.     opera.postError('add-class failed; ' + location.hostname);
  8.     opera.postError('document.firstChild = ' + document.firstChild + ' / document.selectSingleNode(\'/html\') = ' + document.selectSingleNode('/html'));
  9.   }
  10. })(this.opera, this.document);