Console says:
ERROR: Execution of script 'RaChart™ Enhancer' failed! Cannot read property 'previousElementSibling' of null
:(
Comment has been collapsed.
Same here, hope this will be fixed. Because i love RaChart, it's so helpful.
Comment has been collapsed.
The problem has now been fixed in the official version.
The version number is now 0.40.1 (was 0.40.0)
You may have to restart the plugin or the browser.
A similar fix as found in https://www.steamgifts.com/discussion/TDyzv/add-on-enhanced-steamgifts-steamtrades-esgst-v859/search?page=95#YohJ1Nd
In my case change
var discDropdown = document.querySelector("a[class~='nav__button'][href='/discussions']");
to
var discDropdown = document.querySelector("a[class~='nav__button'][href='/discussions/subscribed']");
in my case at line 790.
I can't give support on this if you don't understand how to fix it
Edit 1: I access the code via
Edit 2: As stated by ashesnbones in a comment below, the change above only works if you already are logged into Steam Gifts.
You can change the code to
var discDropdown = document.querySelector("a[class~='nav__button'][href='/discussions']");
if (discDropdown === null) {
discDropdown = document.querySelector("a[class~='nav__button'][href='/discussions/subscribed']");
}
Comment has been collapsed.
That brings back the RaChart in the discussion dropdown but when you actually enter a topic with a chart in it, nothing will be highlighted.
Thanks anyway for trying.
Edit: Whoops, nevermind, it looks like it's working fine after reinstalling RaChart and editing again, thanks for sharing.
Comment has been collapsed.
Had to reinstall, too and now it works. Thank you both!
Comment has been collapsed.
Yeah, i probably also did something wrong the first time but second time it worked out. ;)
Comment has been collapsed.
Thanks yderlig. One more change though. The original code works when logged out, but when logged in, your modification works. But then the other doesn't work. So, to cover both cases, this can be used instead:
var discDropdown = document.querySelector("a[class~='nav__button'][href='/discussions']");
if (discDropdown === null) {
discDropdown = document.querySelector("a[class~='nav__button'][href='/discussions/subscribed']");
}
Comment has been collapsed.
Thanks...this worked for me This is now running in Opera GX as well. :)
Comment has been collapsed.
Crashes on
if (discDropdown.previousElementSibling === null) {
because
var discDropdown = document.querySelector("a[class~='nav__button'][href='/discussions']");
is null due to different URL of a button.
<a class="nav__button nav__button--is-dropdown" href="/discussions/subscribed">Discussions</a>
Fixed it by changing href= to href^=
var discDropdown = document.querySelector("a[class~='nav__button'][href^='/discussions']");
Comment has been collapsed.
It didn't work perfectly, but now it doesn't work at all. There is no RaChart Enhancer menu option in Discussion :( What can I do?
Comment has been collapsed.
Adding together a few of the posts above, go to Tampermonkey dashboard to edit the script, use the Find(Ctrl+F) and replace the
var discDropdown = document.querySelector("a[class~='nav__button'][href='/discussions']");
with
var discDropdown = document.querySelector("a[class~='nav__button'][href^='/discussions']");
if (discDropdown === null) {
discDropdown = document.querySelector("a[class~='nav__button'][href^='/discussions/subscribed']");
}
Thanks to yderlig and ashenbones and Iainverse
Comment has been collapsed.
So it's just that? I've seen some post with change that to that, but didn't know which one should I do, without breaking it completely. Thanks! Now it works fine!
Comment has been collapsed.
it's highlighting owned games for me but not wishlist games. i have my api key and steam id filled in, and i see it shows green for owned and teal for wishlist in the settings, but when i view a bundle post that includes both games i own and games on my wishlist, only the owned ones are highlighted. what should i look at?
Comment has been collapsed.
thanks, that fixed it! didn’t think to read the tooltip for a setting i didn’t realize was related
Comment has been collapsed.
I am signed in to both https://store.steampowered.com/ and https://steamcommunity.com via my browser and I still get that error.
Comment has been collapsed.
tons of warnings, but the only error reads:
NotLoggedInError: "Not logged into the Steam store"
NotLoggedInError moz-extension://0c0eeb5c-508f-4c17-b6c5-fff79b078035/userscripts/RaChart™ Enhancer.user.js?id=2987b309-14ad-4ec7-80c3-faa75bbd4273:2242
storeMethodRequest moz-extension://0c0eeb5c-508f-4c17-b6c5-fff79b078035/userscripts/RaChart™ Enhancer.user.js?id=2987b309-14ad-4ec7-80c3-faa75bbd4273:734
from https://www.steamgifts.com/discussion/Jh1eX/fanatical-mega-pick-mix-27-dec-6-new-games-added, where it shows several games as being owned but no wishlisted or ignored
Also, "Check to enable experimental detection of bundles " won't stay checked.
Comment has been collapsed.
Bit of an odd one, the script works fine on all other bundle pages for me showing the games i own
Except this one
https://www.steamgifts.com/discussion/CSBJU/indiegala-match-iii-bundle
for some reason none of the games are showing as owned, when in fact i own most of them, if i click on the game name it takes me to steam which tells me the game is in my library so its not a different vrsion of the game
Anyone else seeing this?
Comment has been collapsed.
Its not a problem as such, i was more curious as to why that particular bundle wasn't working and mainly if it was just me effected as i have just replaced a hardrive and done a few cache cleans, and knowing me have broken something browserwise.
Thanks for taking the time to answer, its much appreciated ;)
Comment has been collapsed.
I am having an issue where owned games are correctly highlighted, but wishlisted ones are not. I couldn't find any obvious explanation or solution for this - can anyone help? Thanks!
Comment has been collapsed.
That was it, thanks!
By the way, the relevant option looks wroing in my browser, is it just me? (screenshot removed)
Comment has been collapsed.
Hello
With very small modifications, I was able to make the script work on steamtrades.
It's useful only for the very small number of traders which actually do charts (like me), but I think this could become popular, now that the have list filter doesn't really work (and the ESGST replacement isn't really useful IMO).
The patch is there: https://pastebin.com/9dcwg2R4 you can try it (you have to reenter your steamid and steam API).
What do you think ? If you don't want to add it to your script, are you OK with me giving instructions on how to patch it ? (I can't submit a feature request on github as I use my real name on github and don't want it associated with my steam account)
Comment has been collapsed.
Was there an update? Since today it doesn't work for wishlisted games anymore, for me at least.
Comment has been collapsed.
Never mind, the check-mark was already set - but for some reason I was logged out of Steam in the browser. That was what was causing the issue... So the linked comment indeed was helping with that.
Comment has been collapsed.
It has stopped working for me for a while now. Giving this error in the console:
VM583:61 Syntax error @ "RaChart™ Enhancer"!
##########################
JSHINT output:
##########################
SyntaxError: Unexpected token '<'
at eval (<anonymous>)
at <anonymous>:3:98
at Object.c [as F_c] (<anonymous>:2:146)
at Object.E_u (<anonymous>:3:267)
at la (eval at exec_fn (:1:147), <anonymous>:60:53)
at Object.create (eval at exec_fn (:1:147), <anonymous>:71:325)
at d (eval at exec_fn (:1:147), <anonymous>:13:89)
It seems to be related to the sort table functionality.
If I remove this line, it does start working again
// @require https://www.kryogenix.org/code/browser/sorttable/sorttable.js
It can be done via the dash board for Tampermonkey, and editing the RA Chart Enhancer (2nd last icon is edit action)
Remember to save (I'm using Ctrl+S)
Comment has been collapsed.
Sadly this fix doesn't work anymore. (At least it didn't for me when I just gave it a try.)
Comment has been collapsed.
Wait is this the thread about the RaChart script for [something]monkey?
Comment has been collapsed.
Ouch. Just in case the author was hacked, I'd disable autoupdate on the script for now, even though there's nothing fishy on Github so far... 👀
Comment has been collapsed.
i disabled auto updates and copy and pasted all external js code in case the links get hijacked
Comment has been collapsed.
If there is concern that Sighery got hacked and people are disabling autoupdates for RaChart Enhancer, please remember that there are also some other useful and often used scripts by Sighery you might want to also disable autoupdates on: "Find Those Bans" and "SGIgnore".
Comment has been collapsed.
I think it was such a "title".
[Userscript] RaChart™ Enhancer [0.40.2] - Bugfixes - Steam Gifts
I'm not using this script.
I don't know much about features.
The author's Steam Gifts account seems to have been deleted.
It seems that the Github account remains.
It seems that the Steam account also remains.
RaChart/RaChart Enhancer at master · Sighery/RaChart · GitHub
ttps://github.com/Sighery/RaChart/tree/master/RaChart%20Enhancer
[Userscript] RaChart™ Enhancer [0.40.2] - Bugfixes
ttps://webcache.googleusercontent.com/search?q=cache:fe2Rv1VLFNEJ:https://www.steamgifts.com/discussion/riOvr/userscript-rachart-enhancer-0402-bugfixes+&cd=1
VirusTotal
https://www.virustotal.com/gui/url/075d1e9e41290dee0a0de6703b59a5888f2fd3a237f79bafb3d55134cd3e1217/detection
At the moment, there are no abnormalities.
Hmm?
Steam :: Steam Web API
https://steamcommunity.com/dev/apiterms
Did something go wrong with either Steam or the user?
Perhaps it is reasonable to say to the author, "Thank you for all your support for the community."
In any case, it is not recommended to use a script without the author.
It looks good to look for something similar.
User - Deleted-8000641 - Discussions
https://www.steamgifts.com/user/Deleted-8000641/discussions
I'm only looking at this article.
If there are other articles or add-ons, someone will look them up and write the information.
I don't look.┐(´Θ`)┌⏰no time.
Comment has been collapsed.
It seems the SG Add-Ons Registry and http://api.sighery.com/documentation/steamgifts/igiveaways have been removed as well. :(
Comment has been collapsed.
The Add-On registry is still there though, so there's that..
Comment has been collapsed.
Is wishlisted games highlighting broken for everyone? Is there any alternative or workaround? Thanks!
Comment has been collapsed.
Or it was maybe gone 2 years ago, but we are realizing just now.
Comment has been collapsed.
I use ESGST but if that's all you need, it may be overkill. However, every single feature can be (dis|en)abled individually.
Comment has been collapsed.
I'm already using ESG, but I'll consider it if I can't find a solution. Thanks
Comment has been collapsed.
Amazing I got this thing to work trough the comments. How about someone creates a new thread about this? This is by far the most useful add-on for this site.
Comment has been collapsed.
Its a shame all his comments are gone aswell. Maybe Waybackmachine is of use here? Will give it a try later.
Comment has been collapsed.
There you go. This one works at least for the initial post
Comment has been collapsed.
62 Comments - Last post 1 minute ago by pb1
887 Comments - Last post 19 minutes ago by MeguminShiro
530 Comments - Last post 19 minutes ago by MeguminShiro
16 Comments - Last post 41 minutes ago by klingki
47,105 Comments - Last post 2 hours ago by Pish4
39 Comments - Last post 6 hours ago by shivam13
1,758 Comments - Last post 7 hours ago by CutieTheRooster
121 Comments - Last post 24 minutes ago by CBlade
1,196 Comments - Last post 33 minutes ago by CBlade
37 Comments - Last post 46 minutes ago by wigglenose
145 Comments - Last post 47 minutes ago by rimvydasm
65 Comments - Last post 1 hour ago by cg
90 Comments - Last post 1 hour ago by cicangkeling
51 Comments - Last post 2 hours ago by Mirzabah
Comment has been collapsed.