Skip to content

Commit

Permalink
Fixing hiding "Claim All" button on CxH.
Browse files Browse the repository at this point in the history
  • Loading branch information
Numbers committed Feb 8, 2023
1 parent 043fb8a commit bc57755
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.32.1: Fixing hiding "Claim All" button on CxH.
1.32.0: Adding style tweak to hide the new "Claim All" button in seasons. Off by default.
1.31.2: Updating patrons list for February
1.31.1: Adjusting promo banners on resource bars, changing fonts on harem info to be more consistent between platforms
Expand Down
6 changes: 3 additions & 3 deletions dist/hh-plus-plus.dev.user.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/hh-plus-plus.meta.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Hentai Heroes++ BDSM version
// @description Adding things here and there in the Hentai Heroes game. Also supports HHCore-based games such as GH and CxH.
// @version 1.32.0
// @version 1.32.1
// @match https://*.hentaiheroes.com/*
// @match https://nutaku.haremheroes.com/*
// @match https://*.gayharem.com/*
Expand Down
6 changes: 3 additions & 3 deletions dist/hh-plus-plus.user.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hh-plus-plus",
"version": "1.32.0",
"version": "1.32.1",
"description": "Adding things here and there in the Hentai Heroes game. Also supports HHCore-based games such as GH and CxH.",
"private": "true",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/i18n/labels/It.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export const stConfig = {
compactHaremFilters: 'Filtri del Harem Compatti',
expandedMarketInventory: 'Inventario del mercato allargato',
compactResourceSummary: 'Inventario compatto delle risorse',
hideClaimAllButton: 'Nascondere il bottone "Richiedi tutto" nella stagione',
}

export const villain = {
Expand Down
2 changes: 1 addition & 1 deletion src/modules/HideClaimAllButtonStyleTweak/styles.lazy.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
button#claim-all {
#seasons_main_container button#claim-all {
display: none;
}

0 comments on commit bc57755

Please sign in to comment.