Skip to content

Commit

Permalink
Corrected dom.import() arg to { env } ↞ [auto-sync from https://g…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Feb 11, 2025
1 parent 9442dd9 commit 2672544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions greasemonkey/chatgpt-auto-refresh.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
// @description:zu *NGOKUPHEPHA* susa ukusetha kabusha ingxoxo yemizuzu eyi-10 + amaphutha enethiwekhi ahlala njalo + Ukuhlolwa kwe-Cloudflare ku-ChatGPT.
// @author Adam Lui
// @namespace https://github.com/adamlui
// @version 2025.2.10.1
// @version 2025.2.10.2
// @license MIT
// @icon https://assets.chatgptautorefresh.com/images/icons/openai/black/icon48.png?v=f11a0a8
// @icon64 https://assets.chatgptautorefresh.com/images/icons/openai/black/icon64.png?v=f11a0a8
Expand Down Expand Up @@ -385,7 +385,7 @@
}

// Export DEPENDENCIES to imported resources
dom.import({ scheme: env.ui.scheme }) // for dom.addRisingParticles()
dom.import({ env }) // for dom.addRisingParticles()

// Init SETTINGS
const config = {}
Expand Down

0 comments on commit 2672544

Please sign in to comment.