All pastes #625647 Raw Edit

fearphage

public javascript v1 · immutable
#625647 ·published 2007-07-19 02:35 UTC
rendered paste body
// ==UserScript==// Fix weird parsing error in Opera for new youtube look (v3)// @include *.youtube.com/*// ==/UserScript==opera.defineMagicFunction('showAjaxDivResponse'  ,function(fn, th, req, divName) {    var str = getNodeValue(req.responseXML, 'html_content');    if (!str) return;    _gel(divName).innerHTML = str.replace(/<\/?p>/ig, '');    openDiv(divName);  });