Skip to content

Instantly share code, notes, and snippets.

@jerryhopper
jerryhopper / armaholic_page_web_archive_org.txt
Last active September 28, 2023 11:33
armaholic indexed page.php (download) pages at web.archive.org
This file has been truncated, but you can view the full file.
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
@jerryhopper
jerryhopper / gist:36c8071f4b8163afff1438b9e4165c98
Created July 25, 2023 20:41
twitter_replace_x_ico_V2.user.js
// ==UserScript==
// @name Twitter - replace X and Favicon
// @namespace http://tampermonkey.net/
// @version 0.2.2
// @description i like birds!
// @author hopper.jerry@gmail.com
// @match https://twitter.com/*
// @match https://x.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitter.com
// @grant none
// ==UserScript==
// @name Twitter - replace X and Favicon
// @namespace http://tampermonkey.net/
// @version 0.2
// @description i like birds!
// @author hopper.jerry@gmail.com
// @match https://twitter.com/*
// @match https://x.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitter.com
// @grant none
@jerryhopper
jerryhopper / twitter_replace_x.user.js
Created July 24, 2023 13:09
userscript for Twitter : Replace the evil X
// ==UserScript==
// @name Twitter - replace X
// @namespace http://tampermonkey.net/
// @version 0.1
// @description i like birds!
// @author hopper.jerry@gmail.com
// @match https://twitter.com/home
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitter.com
// @grant none
// ==/UserScript==