๐
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
//Don't use HTML2Canvas as part of a browser extension. Just don't. Trust me. | |
//For more information, see the bottom of the FAQ's at http://html2canvas.hertzen.com/faq | |
setTimeout(function tick() { | |
let timelineContainers = document.querySelectorAll('[aria-label="Timeline: Your Home Timeline"]'); | |
let tweets = timelineContainers[0].children[0].children; | |
let timeline = timelineContainers[0].children[0]; | |
for (let i = 0; i < tweets.length; i++){ |
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
{ | |
"manifest_version": 2, | |
"name": "Phasing Presence Twitter Extensino", | |
"version": "1.0", | |
"description": "A Twitter extension that draws attention to your presense in reality as you scroll.", | |
"icons": { | |
"48": "icons/icon-48.png", |
NewerOlder