microgram icon indicating copy to clipboard operation
microgram copied to clipboard

Extension for Micro.blog hosted websites to add a photo index page.

Results 4 microgram issues
Sort by recently updated
recently updated
newest added

Here is what finally worked for me: ``` loading ... ``` I tried using the custom CSS to change the #microgram div without any success. It took me a long...

Ensure SRI by providing a hash for the external JS. See: https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity

To reduce load times, a XHR can load the photo feed directly from within the page instead of calling back to `https://microgram.cleverdevil.io/`. ``` xhr.open('GET', "/photos/index.json", true); ``` instead of ```...

According to Adam Procter: https://microblogging.slack.com/archives/C97THSVA8/p1543240716037300