Skip to content

Commit

Permalink
Pre-emptively adding back the deeplink to the booster equip page from…
Browse files Browse the repository at this point in the history
… the resource bars
  • Loading branch information
Numbers committed Nov 17, 2022
1 parent 39b6a52 commit 7141879
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.28.6: Pre-emptively adding back the deeplink to the booster equip page from the resource bars
1.28.5: Some quick fixes following the 16/11 game update
1.28.4: Fixing censorship of koban images on HH.com
1.28.3: Adding awakening cap progress to harem info summary panel. Fixing collection of buyable market items for display in harem info. Adding gem sum to gem stock. Fixing season leaderboard fix after data change.
Expand Down
4 changes: 2 additions & 2 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.28.5
// @version 1.28.6
// @match https://*.hentaiheroes.com/*
// @match https://nutaku.haremheroes.com/*
// @match https://*.gayharem.com/*
Expand Down
4 changes: 2 additions & 2 deletions dist/hh-plus-plus.user.js

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

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.28.5",
"version": "1.28.6",
"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
2 changes: 1 addition & 1 deletion src/modules/ResourceBarsModule/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ class ResourceBarsModule extends CoreModule {
}
})

const $boosterStatusHTML = $('<a class="script-booster-status" href="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/shop.html"></a>')
const $boosterStatusHTML = $('<a class="script-booster-status" href="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/shop.html?type=player-stats&subtab=booster"></a>')

const buildNormalSlot = (data) => {
const {empty, id_item, ico, identifier, rarity, endAt} = {...data, ...data.item}
Expand Down

0 comments on commit 7141879

Please sign in to comment.