Skip to content

Commit

Permalink
Add missing rewards_enabled preconditions
Browse files Browse the repository at this point in the history
  • Loading branch information
zenparsing committed Aug 30, 2024
1 parent c566c90 commit 87ba063
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Greaselion.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
"scripts": [
"scripts/brave_rewards/publisher/twitch/twitchBase.bundle.js"
],
"preconditions": {
"rewards-enabled": true
},
"minimum_brave_version": "1.19"
},
{
Expand Down Expand Up @@ -115,6 +118,9 @@
"scripts": [
"scripts/brave_rewards/publisher/vimeo/vimeoBase.bundle.js"
],
"preconditions": {
"rewards-enabled": true
},
"minimum_brave_version": "1.18"
},
{
Expand Down

0 comments on commit 87ba063

Please sign in to comment.