Skip to content

Commit

Permalink
Removing the now-defunct donation links
Browse files Browse the repository at this point in the history
  • Loading branch information
Numbers committed Feb 16, 2023
1 parent a249526 commit be1cc60
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 14 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.32.5: Removing the now-defunct donation links
1.32.4: Fixing event girl data collection after 15/02 game update
1.32.3: Fixing Gem Stock placement after upcoming harem screen update
1.32.2: Fixing GirlDictionaryCollector for the EpP draft two-step process
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.32.4
// @version 1.32.5
// @match https://*.hentaiheroes.com/*
// @match https://nutaku.haremheroes.com/*
// @match https://*.gayharem.com/*
Expand Down
13 changes: 6 additions & 7 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.32.4",
"version": "1.32.5",
"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
3 changes: 1 addition & 2 deletions src/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,15 +236,14 @@ class Config {
}

buildCreditsPane () {
const {CHANGELOG, SPECIAL_THANKS, BMAC, PATREON, DISCORD} = window.HHPlusPlus
const {CHANGELOG, SPECIAL_THANKS, DISCORD} = window.HHPlusPlus
const {script: scriptInfo} = GM_info
const {CODE_CONTRIBUTIONS, TRANSLATIONS} = SPECIAL_THANKS
const {name, author, version} = scriptInfo

return `
<div class="credits-contents">
<p>You're running ${name} <a class="changelog" tooltip="Click to open CHANGELOG" href="${CHANGELOG}" target="_blank">v${version}</a> by ${author}</p>
<p>Enjoying the script? Want to throw money at me for some reason? You can <a href="${BMAC}" target="_blank">Buy Me A Coffee</a> or <a href="${PATREON}" target="_blank">support me on Patreon</a> if you'd like.</p>
<p>Join us on <a href="${DISCORD}" target="_blank">Discord</a>!</p>
<h2>Special Thanks</h2>
<div class="thanks-container">
Expand Down

0 comments on commit be1cc60

Please sign in to comment.