Content :
This is an effort to document what is known about Google's (Blogger's/Blogspot's) image URL parameters. Some of these options were taken from existing first or third party documentation (see the links at the end of this document), but the majority is based off my own investigations.
- On Blogger's image URL's:
2.bp.blogspot.com/-OF7u67HQE1M/VHc8S8qJTDI/AAAAAAAACxI/UD-11c63diQ/s1600/005.png - On just about any googleusercontent image URL:
https://lh3.googleusercontent.com/Jvmz11cLrvNIHG_LWjVO9B-UV2IN4Cfk1pycbhWZl6IriMgCAGCOFuBRtoHaiZ6xeVGqCugZcCql=w176-h176-n-o
Replace the bolded parts with the parameters.
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
| <script type="text/javascript"> | |
| HTMLTableElement.prototype.fp_toTable = function(nullvalue = null) { | |
| var columnCount = Array.from(this.rows).map(row => Array.from(row.cells).reduce((sum, cell) => sum + cell.colSpan, 0)).reduce((max, row) => Math.max(max, row), 0); | |
| var itemCount = Array.from(this.rows).reduce((rsum, row) => rsum + Array.from(row.cells).reduce((csum, cell) => csum + (cell.colSpan * cell.rowSpan), 0), 0); | |
| var rowCount = itemCount / columnCount; | |
| var items = Array.apply(null, Array(itemCount)); | |
| tds = Array.from(this.getElementsByTagName('td')); | |
| for(var i=0, ii=0; i<tds.length; i++, ii=items.indexOf(undefined, i)) { | |
| items[ii] = tds[i].innerText; | |
| for(var j=0;j<tds[i].colSpan;j++) { |
| Service | SSL | status | Response Type | Allowed methods | Allowed headers |
|---|