Skip to content

Instantly share code, notes, and snippets.

@miketaylr
Created December 20, 2013 17:38
Show Gist options
  • Save miketaylr/8058473 to your computer and use it in GitHub Desktop.
Save miketaylr/8058473 to your computer and use it in GitHub Desktop.
getPropertyCSSValue
webdevdata.org-2013-12-09-064743//1a/forum-ptc-investigation.com.html.txt: while (document.defaultView.getComputedStyle(oForeEl, null).getPropertyCSSValue('color') == null && 'parentNode' in oForeEl && 'tagName' in oForeEl.parentNode)
webdevdata.org-2013-12-09-064743//1a/forum-ptc-investigation.com.html.txt: while (document.defaultView.getComputedStyle(oBackEl, null).getPropertyCSSValue('background-color') == null && 'parentNode' in oBackEl && 'tagName' in oBackEl.parentNode)
webdevdata.org-2013-12-09-064743//1a/stream.cz.html.txt:a(d)};d.prototype.getPropertyPriority=function(){throw Error("NotSupportedError: DOM Exception 9");};d.prototype.getPropertyValue=function(a){return this[b(a)]||""};d.prototype.item=function(){throw Error("NoModificationAllowedError: DOM Exception 7");};d.prototype.removeProperty=function(){throw Error("NoModificationAllowedError: DOM Exception 7");};d.prototype.setProperty=function(){throw Error("NoModificationAllowedError: DOM Exception 7");};d.prototype.getPropertyCSSValue=function(){throw Error("NotSupportedError: DOM Exception 9");
webdevdata.org-2013-12-09-064743//39/thecurvyfashionista.com.html.txt: try{ return o.currentStyle?o.currentStyle[p2]:document.defaultView.getComputedStyle(o).getPropertyCSSValue(p2).cssText; }catch(e){ };
webdevdata.org-2013-12-09-064743//42/minecraftforge.net.html.txt:{oForeEl=this.oFaderHandle;while(document.defaultView.getComputedStyle(oForeEl,null).getPropertyCSSValue('color')==null&&'parentNode'in oForeEl&&'tagName'in oForeEl.parentNode)
webdevdata.org-2013-12-09-064743//42/minecraftforge.net.html.txt:oForeEl=oForeEl.parentNode;oForeColor=document.defaultView.getComputedStyle(oForeEl,null).getPropertyValue('color').match(/rgb\((\d+), (\d+), (\d+)\)/);this.oFadeFrom={r:parseInt(oForeColor[1]),g:parseInt(oForeColor[2]),b:parseInt(oForeColor[3])};oBackEl=this.oFaderHandle;while(document.defaultView.getComputedStyle(oBackEl,null).getPropertyCSSValue('background-color')==null&&'parentNode'in oBackEl&&'tagName'in oBackEl.parentNode)
webdevdata.org-2013-12-09-064743//42/polusharie.com.html.txt: while (document.defaultView.getComputedStyle(oForeEl, null).getPropertyCSSValue('color') == null && 'parentNode' in oForeEl && 'tagName' in oForeEl.parentNode)
webdevdata.org-2013-12-09-064743//42/polusharie.com.html.txt: while (document.defaultView.getComputedStyle(oBackEl, null).getPropertyCSSValue('background-color') == null && 'parentNode' in oBackEl && 'tagName' in oBackEl.parentNode)
webdevdata.org-2013-12-09-064743//4f/mom.me.html.txt: try{ return o.currentStyle?o.currentStyle[p2]:document.defaultView.getComputedStyle(o).getPropertyCSSValue(p2).cssText; }catch(e){ };
webdevdata.org-2013-12-09-064743//58/volnamista.cz.html.txt:m!="auto"?m.indexOf("px")>-1?m:g("height",this,l,b.offsetHeight)+"px":m;this.opacity=a(h)};h.prototype.getPropertyPriority=function(){throw Error("NotSupportedError: DOM Exception 9");};h.prototype.getPropertyValue=function(a){return this[b(a)]||""};h.prototype.item=function(a){return this[a]};h.prototype.removeProperty=function(){throw Error("NoModificationAllowedError: DOM Exception 7");};h.prototype.setProperty=function(){throw Error("NoModificationAllowedError: DOM Exception 7");};h.prototype.getPropertyCSSValue=
webdevdata.org-2013-12-09-064743//7b/mommysplurge.com.html.txt: try{ return o.currentStyle?o.currentStyle[p2]:document.defaultView.getComputedStyle(o).getPropertyCSSValue(p2).cssText; }catch(e){ };
webdevdata.org-2013-12-09-064743//7e/mysubscriptionaddiction.com.html.txt: try{ return o.currentStyle?o.currentStyle[p2]:document.defaultView.getComputedStyle(o).getPropertyCSSValue(p2).cssText; }catch(e){ };
webdevdata.org-2013-12-09-064743//86/rbfcu.org.html.txt: //.getPropertyCSSValue("padding-bottom")
webdevdata.org-2013-12-09-064743//99/babybus.cn.html.txt:for(var styleName in styleNames){styles[styleNames[styleName]]=parseInt(style.getPropertyCSSValue(styleName).cssText)||0
webdevdata.org-2013-12-09-064743//99/express-scripts.com.html.txt: intLightboxHeight = document.defaultView.getComputedStyle(objMsg,null).getPropertyCSSValue("height").getFloatValue(5);
webdevdata.org-2013-12-09-064743//b9/garancedore.fr.html.txt: try{ return o.currentStyle?o.currentStyle[p2]:document.defaultView.getComputedStyle(o).getPropertyCSSValue(p2).cssText; }catch(e){ };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment