Please see: https://github.com/kevinSuttle/html-meta-tags, thanks for the idea @dandv!
Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/
// ==UserScript== | |
// @name Twitter Instagram Cards | |
// @namespace http://arabcoders.co | |
// @author ArabCoders, Orginally Written By: Chris Bradbury | |
// @version 2.0.1 | |
// @description Now that Instagram have pulled their twitter support, this script adds back inline instagram photos, fixed CSP in Chrome 29+ | |
// @include https://twitter.com/* | |
// @require https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.js | |
// @grant setTimeout | |
// @grant GM_xmlhttpRequest |