This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*************************************** | |
replace specified images with SVG images | |
Written by Alexis "Fyrd" Deveria, 11/28/2007 | |
Version 1.0 | |
**************************************** | |
Please see http://my.opera.com/Fyrd/blog/svg-image-and-background-image-replacer for details and a demo of this script | |
License: http://creativecommons.org/licenses/LGPL/2.1/ | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @author connrs | |
* @version 1 | |
*/ | |
Object.prototype.objectType = function(){return (s_ob_type = this.toString().match(/object\s+(\w+)/)[1])?s_ob_type:'undefined'} | |
var MediaQuerySupport = function(d,w){ | |
var head = d.getElementsByTagName('head')[0], | |
body = d.getElementsByTagName('body')[0], | |
date = new Date().getTime(), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// List all Google Docs without the URI | |
g docs list | sed -E 's/(.*),[^,]*/\1/g;' |
NewerOlder