// ==UserScript==
// @name Neopets - Snowager stats and quick links
// @version 2024-03-31
// @description Records Snowager attempts and blasts; adds quick links on the Snowager page
// @author senerio
// @match *://*.neopets.com/winter/snowager.phtml
// @icon https://www.google.com/s2/favicons?sz=64&domain=neopets.com
// @grant none
// @downloadURL https://www.scriptneo.com/scripts/download.php?id=19
// @updateURL https://www.scriptneo.com/scripts/download.php?id=19
// ==/UserScript==
function message(b, a) {
$('#np_snowager').text(`${b} blasts of ${a} attempts`);
}
let [blasts, attempts] = localStorage?.getItem('np_snowager')?.split('/').map(i => parseInt(i)) || [0, 0];
$('.snowager_content').append(`
' + links.map(i => `${ i[0] }` ).join(' ▪ ') + '
'); $('.snowager_content').append('Windows: 6-7 am, 2-3 pm, 10-11 pm NST
');