Guest User

Untitled

a guest
Jun 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  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);
Add Comment
Please, Sign In to add comment