Yes I gave all access (by reinstalling it just in case)
If you go to the scriptās settings in Tampermonkey, do you perhaps have it blocked under XHR security?
Thank you! I actually only had jisho.org on the whitelist! Then at the same time I was reading "Limited runtime host permissions might break some Tampermonkey features like script update, GM_xmlhttpRequest and others!" Ā· Issue #640 Ā· Tampermonkey/tampermonkey Ā· GitHub because I had the '"Limited runtime host permissions might break some Tampermonkey features like script update, GM_xmlhttpRequest and others!"
problem.
Cloudfront.net was added by right clicking on Tampermonkey, hover over āthis can read and change site dataā , select āon all sitesā. I donāt remember which option was selected beforehand.
And I think when I reinstalled stroke order script earlier, only jisho.org access was asked (anyway I allowed everything earlier so thatās strange)
I think for most people it adds cloudfront automatically. Iāll see if I can add it explicitly in the script, though. Iāll add Jisho explicitly as well, so people donāt have to approve it
I assume this means it works fine, now?
Yes it works now! Thanks again
Updated the script with explicit permissions for those domains Thanks for helping improve the script for everyone else
this script has stopped working all of a sudden, am I the only one that has this problem?
same, i though it was just me.
Just checked - me too. Iām on a PC using Chrome.
Me too. This was working perfect for me, and I loved it! Now it just doesnāt show up at all and I have tried uninstalling and reinstalling, clearing cache, allowing pop-ups, etc. and nothing. : ( Would love to have it working again!
@Rover @Asaar @Rowena @Esther1972 Iāll have a look at it when I get the time. I am working this weekend, though, so that might not be until Monday
Thanks very much for maintaining this script, Kumirei-san.
I just tested this script and found two problems:
- It tries to access
http://jisho.org
, but only the https version seems to work for me. - The WaniKani team seems to have changed the structure of the item pages, and the script does not find the place to insert the diagram.
This can be fixed by changing line 39 in the script from
var JISHO = 'http://jisho.org'
to
var JISHO = 'https://jisho.org'
and line 137 from
$(sectionHTML).insertAfter('#information')
to
$(sectionHTML).insertAfter('.span12 header')
@Kumirei Sorry for meddling in your script.
Thank you for looking into it! Itās not my script, Iām just maintaining it, so Iām happy to not have to mess with it
thank you so much @Sinyaven
Oh, that works great!
Thank you so much!!!
The Greasyfork script has been updated with these changes
sorry, itās still not loading for me and iām not sure why? iām kinda new to userscripts
The most probable cause of your problem is you donāt have the most recent version installed. You still have the old version that doesnāt work. You can try reinstalling the script afresh. Otherwise you may try the be patient. Tampermonkey will automatically update itself within a week.