9 support issues
For additional help, check out the developer's support site.
- All
- Questions
- Suggestions
- Problems
Goo Gui
Oct 1, 2020
Does not work
Hello,Nothing works for me : i installed the extension, tried both steam ids (id64 and profile id), double checked that my gamelist is accessible but nothing changes when i log to humble bundle site... how can i debug? is there a logfile somewhere?
- \210e" data-hl="en-US"> Report illegal content
- \210e" data-menu-item-action="copy-link-option"> Copy link
Phil Hart
Aug 2, 2020
Pages of www.humblebundle.com/home/keys don't seem to function
On page one of the /home/keys page it seems to function fine. But when I go to page 2, the plugin does not seem to trigger as I have games there that should be marked but are not. Notice that the url of page 2 and so on are still /home/keys so maybe that is an issue? thanks!
- Report illegal content
- Copy link
Danni P
Apr 4, 2020
Support for previous Humble Choices
Would it be possible to add support for previous Humble Choices?Shouldn't be hard to allow it to work for "subscription/month-year" as an addition to "subscription/home"
- Report illegal content
- Copy link
Mark Lyon
Mar 10, 2020
Small update needed
The latest version of the Humble store's frontend added a row on the Keys page for when people still have choices remaining in the Humble Monthly. The way they implemented this is by inserting rows into the table. The new rows still have an h4 element but it lacks the title property. Your logic on line 246 fails because the title property is undefined. I was able to fix it very quickly by adding a check for an undefined type on the title variable into the conditional.
Line 246 should now be:
if (typeof(title) !== "undefined" && title !== "") {
- Report illegal content
- Copy link
Lee Y
Apr 28, 2018
Humble Store support
Please make this extension work in the humble store pages. If you want help let me know.
- Report illegal content
- Copy link
Blase Zinck
Jan 17, 2018
Doesn't Work
The extension just doesn't seem to be working at all, probably because it hasn't been updated recently to reflect Humble Bundle's changes.
- Report illegal content
- Copy link
Bleys Birt
Mar 17, 2017
Single Quotes break
There's an issue right now with game titles with a "'" (single quote) in them - e.g. "Sid Meier's Civilization V".
If you're willing to move to only supporting Chrome 41+ and Firefox 34+ you can do this to fix the single quote issue:
use $(`td.game-name h4[title="${machineNames[j]}"]`) instead of $("td.game-name h4[title='" + machineNames[j] + "']")
- Report illegal content
- Copy link
lasse støjier pedersen
Feb 16, 2017
Do not work!
Unchecked runtime.lastError while running storage.set: QUOTA_BYTES_PER_ITEM quota exceededat Object.callback (chrome-extension://eopegaefgepfdedhecfbclehhffiebpk/content.js:82:16)
- Report illegal content
- Copy link
Andy Olech
May 17, 2016
Humble Library
Hey! This is so close to what I need. I have a ton of unredeemed games in my humble library from old bundles. Do you know when you will be adding support for checking a given humble library gainst a steam library? Even with just exact matches (since the names may be different for the same game on both platforms) it would be great!
- Report illegal content
- Copy link

