This file has been truncated, but you can view the full file.
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
https://web.archive.org/web/20210518043029/https://www.armaholic.com/page.php?id=36917 | |
https://web.archive.org/web/20210515152834/https://www.armaholic.com/page.php?id=36887 | |
https://web.archive.org/web/20210515203359/https://www.armaholic.com/page.php?id=36873 | |
https://web.archive.org/web/20210514173104/https://www.armaholic.com/page.php?id=36868 | |
https://web.archive.org/web/20210514155331/https://www.armaholic.com/page.php?id=36865 | |
https://web.archive.org/web/20210418055910/https://www.armaholic.com/page.php?id=36859 | |
https://web.archive.org/web/20210418061104/https://www.armaholic.com/page.php?id=36858 | |
https://web.archive.org/web/20210514174000/https://www.armaholic.com/page.php?id=36857 | |
https://web.archive.org/web/20210515163242/https://www.armaholic.com/page.php?id=36855 | |
https://web.archive.org/web/20210418051259/https://www.armaholic.com/page.php?id=36853 |
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
// ==UserScript== | |
// @name Twitter - replace X and Favicon | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2.2 | |
// @description i like birds! | |
// @author [email protected] | |
// @match https://twitter.com/* | |
// @match https://x.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitter.com | |
// @grant none |
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
// ==UserScript== | |
// @name Twitter - replace X and Favicon | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description i like birds! | |
// @author [email protected] | |
// @match https://twitter.com/* | |
// @match https://x.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitter.com | |
// @grant none |
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
// ==UserScript== | |
// @name Twitter - replace X | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description i like birds! | |
// @author [email protected] | |
// @match https://twitter.com/home | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitter.com | |
// @grant none | |
// ==/UserScript== |