Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Equifax 5/24 Calculator
// @namespace https://gist.github.com/churntools
// @version 1.4
// @description Display Chase 5/24-style counter from Equifax revolving accounts, age windows, and 4/24 projection
// @author aux0
// @homepageURL https://churn.tools
// @match https://my.equifax.com/membercenter/
// @icon https://www.google.com/s2/favicons?sz=64&domain=equifax.com
// @run-at document-start
@churntools
churntools / how-to-install-tampermonkey-scripts.md
Last active October 2, 2025 06:25
How to install Tampermonkey scripts

How to Install Tampermonkey Scripts

A guide for non-technical people

Tampermonkey allows userscripts to alter the website when it matches certain URLs. Below are the steps to install a custom userscript.

First, make sure that the Tampermonkey extension is installed. For Chrome it's this link and for Edge it's this one. If you're using a different browser, Tampermonkey most likely exists for it, so search for it and install.

Adding a New Script from a Gist

  1. Navigate to the gist, e.g. https://gist.githubusercontent.com/churntools/00e2d459da8221881b10048bf8c542fd
  2. Copy the contents of the .js file into your clipboard