From 8feda7c15d694347e2fba828f7b0a0f59876257c Mon Sep 17 00:00:00 2001 From: Azgaar Date: Wed, 23 Aug 2023 01:32:28 +0400 Subject: [PATCH] chore: supporters update --- modules/dynamic/supporters.js | 14 +++++++++++++- modules/ui/options.js | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/modules/dynamic/supporters.js b/modules/dynamic/supporters.js index 977b6e63..9c77f524 100644 --- a/modules/dynamic/supporters.js +++ b/modules/dynamic/supporters.js @@ -518,4 +518,16 @@ Jack Dawson Queso y Libertad RadioJay21H NEO -Crecs`; +Crecs +A AASD +Mikhail Ushakov +NoFun +AmbiguousCake +Madeline Naiman +2FingerzDown +Josiah Lulf +Vector Tragedy +yann +Blarghle Hargle +Jelke Boonstra +afistupmabum`; diff --git a/modules/ui/options.js b/modules/ui/options.js index 6a710458..da7e4baa 100644 --- a/modules/ui/options.js +++ b/modules/ui/options.js @@ -76,7 +76,7 @@ document // show popup with a list of Patreon supportes (updated manually) async function showSupporters() { - const {supporters} = await import("../dynamic/supporters.js?v=1.89.15"); + const {supporters} = await import("../dynamic/supporters.js?v=1.93.02"); const list = supporters.split("\n").sort(); const columns = window.innerWidth < 800 ? 2 : 5;