Skip to content

Instantly share code, notes, and snippets.

@pisaiah
pisaiah / betteracf.js
Created November 23, 2024 05:32
userscript for Authors Curseforge
// BetterACF
var boxes;
var days = 0;
var total = 0.0;
var month_short = ["Jan","Feb","Mar","April","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"];
var current_month = new Date().getMonth() + 1;
function do_stuff() {
var el = document.querySelector('.css-1q7977g')