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
// Paste the following code in your dev console. | |
// Don't worry. It's a safe code and won't send any of your Twitter data to me. | |
const targetNode = document.querySelector('[aria-label="Timeline: Your Home Timeline"]') | |
const config = { childList: true, subtree: true }; | |
const callback = function(mutationsList, observer) { | |
// Use traditional 'for loops' for IE 11 | |
for(const mutation of mutationsList) { |
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
{ | |
"_readme": [ | |
"This file locks the dependencies of your project to a known state", | |
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", | |
"This file is @generated automatically" | |
], | |
"hash": "b200235a93a73fcb828571296156d231", | |
"packages": [ | |
{ | |
"name": "classpreloader/classpreloader", |