-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iTunes import broken after redesign #8
Comments
@liftarn @augustjanse I've updated the script and it now works for me. Please try and let me know! |
I can't see the importation button on any pages after the new design. |
Sorry, but I don't see the import button either. |
OK. This is weird since it works for me 😕 https://itunes.apple.com/fr/album/witness/id1236471560 https://itunes.apple.com/us/album/best-of-kailash-kher/id420713987 |
How can we debug this now? |
Hi, considering that the "Link to HD Artwork" is working, I've moved the "Add to MusicBrainz" button to the left now. And have updated the script accordingly. See if this works. |
Odd. I first saw the Link to HD Artwork button, but then it vanished. |
@liftarn When that happens, did you try and reload the page? It happened for me too once but I reloaded and it worked! |
Hmm, it's not working for me either, even after the latest update. The link to HD artwork works (links only to the 939px version and not 1200px) but the import button is just not there (like liftarn and ewauq). I'm using Tampermonkey and Google Chrome 60.0.3112.24 an macOS 10.12.5. |
hey it don't work me. |
@dufferzafar Nope, just the artwork link first showing and then disappearing. Running Greasemonkey 3.11 on Firefox. |
I still haven't managed to get it to work using Firefox 54.0 and GreaseMonkey 3.11. I have tried to reinstall both the script and GreaseMonkey with no luck. |
Did you check your console ( |
Noting really suspicious in the console: |
When refreshing I sometimes get a "Link to HD artwork" that then disappear. |
Replication succeeded! Windows 10, newly installed Firefox 54.0 64-bit and Greasemonkey 3.11 for the record, but the browser is probably the critical part. I'll take a look. |
Tested with your fix and it seem to solve the problem. |
This is still broken for me. Link to HD artwork and import button appear briefly below the artwork, then disappears. |
@libussa Link to itunes page where you're experiencing the problem? A screenshot? |
@dufferzafar everything I tried is problematic. A couple of examples: screenshot: https://i.imgur.com/eZKvKkr.png |
Yes, it appears and then disappears. Using Firefox 54.0.1 and Greasemonkey 3.11 |
Are you sure you guys are using the right version? (current master tip) Because it stays visible for me. I'm on KDE Neon using FF 55.0.2 and the dotjs addon. |
Yes, reinstalled from https://github.com/dufferzafar/Userscripts/blob/master/MB-Import-From-iTunes.user.js today and tested. |
Same don't work
Obtenez Outlook pour iOS<https://aka.ms/o0ukef>
…________________________________
From: liftarn <[email protected]>
Sent: Tuesday, August 22, 2017 11:27:12 AM
To: dufferzafar/Userscripts
Cc: Bacardi89; Comment
Subject: Re: [dufferzafar/Userscripts] iTunes import broken after redesign (#8)
Yes, reinstalled from https://github.com/dufferzafar/Userscripts/blob/master/MB-Import-From-iTunes.user.js today and tested.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#8 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Ab_30E5lW37qNjyiTPPGYdKMqTQOeU_8ks5sap7wgaJpZM4Nz7ss>.
|
I had the same problem but found a solution that works for me, but sometimes you have to reload the itunes page before it starts to work. I think the problem is that the script runs before the page has finished loading. Add this at the top of the script if you use Greasemonkey: |
I get this warning: Now what? |
Update: |
Strange. Same problem here, even with Here is an example: the US iTunes site doesn't work: The German one works fine for me: (using Tampermonkey on Google Chrome) |
Even with //@run-at document-idle it don't always appears so I often have to reload the page to make it appear, but it's still a vast improvement over how it was before. |
Is a fix for people with slow computers having issues with dufferzafar#8
I haven't had this problem recently, but started encountering it today. These two were the problem at first:
But now that I test other albums, they all seem to be having problems, including ones I had no problem with just now. No idea what's the problem. Don't really have any time to debug it either, sorry. Tried @Mirgolth's fix, but it didn't do much. It seems reasonable, but on the other hand the script already waits for a state change so I'm not sure it does much. |
I found while debugging that pausing the execution of the userscript (for example by setting debugging mode in Tampermonkey/Greasemonkey and opening the console before updating the page) consistently makes the button appear as it should after resuming. It seems clear that the problem is when it executes before the iTunes scripts do. Not sure how to fix it, but this is a pretty useful workaround. |
Hello, I also have a broken iTunes script I don’t really intend to work on any more. But just to say I have noticed that iTunes JavaScript is running routinely to So I have put a delay before my script runs and it worked but it is not good solution. |
works again on Firefox 58 with ViolentMonkey |
Disabling |
@dufferzafar, you could try to add a |
I cannot see the "Add to MusicBrainz" button with Firefox 65.0.2 and GreaseMonkey 4.7 so I install ViolentMonkey 2.10.3 and it works ! |
Does anyone still have this problem since version UPDATEI have just had the issue right now. @dufferzafar, for this kind of sites, the solution really is IMO to use |
I forgot to mention the very easy work around: Press F5 to load page properly and to let the user script catch up. |
It appears the redesign broke the script.
The text was updated successfully, but these errors were encountered: