-
-
Notifications
You must be signed in to change notification settings - Fork 555
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
Reverse playlist button no longer functioning. - Remedy: Add Shortkey (& extra position?) #1544
Comments
Hi, Thanks!
|
Confirmed, this is broken for me as well @ImprovedTube , I can take this up. |
hi @dojoVader, awesome!! You guys seem to see a new youtube change(?) that's not rolled out to everyone yet (They arent always 100% final. Still worth to fix immediately. Yet for now we also have older open bugs (#1492 ) that are simple & most relevant) |
Aand just to be complete about Playlists: #1546 |
shuffle button also might be missing. |
im still haivng this issue. |
thanks @Bamadeus |
No reverse for me either. I'm on Firefox. Loop and Shuffle buttons do show. |
It's been happening for 2 weeks now. |
I can confirm there's no reverse button for me either. Tested on both Chrome and Edge. |
hi guys, please try the latest version, if it is fixed? (hopefully, as this feature is nowhere else / loved) https://github.com/code-charity/youtube/archive/2428298816daa0170a7a0f4ca3f7b6b7f6023a6e.zipand test for #1646 too if you can @somecalvin got the bug consistently ever since? |
I don't use this feature, but I just tried to enable the Reverse playlist option and it doesn't show any button. I'm logged into YouTube with my account. I signed out and it then shows up+works. I'm using the most updated version. edit: I have another YouTube account and the button still shows on there on both its own playlists and when viewing other playlists. On my main account (the one with no button), the button doesn't show for my own or other people's playlists. |
@SingularityRS great info
|
Thank you
…On Thursday, April 6, 2023, ImprovedTube ***@***.***> wrote:
@SingularityRS <https://github.com/SingularityRS> great info
-
can you copy paste Youtube's sidebar from the DOM (F12 Browser
console) where it doesnt work?
(+ errors (if any are shown)
-
and/or paste the whole DOM, so that we can also look for more changes.
—
Reply to this email directly, view it on GitHub
<#1544 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZIQEUXYEXXAPVA3XLTGRILW7XB4DANCNFSM6AAAAAAUBEKMPI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Am I just meant to inspect element on the sidebar and then just look on the "Console" tab for any shown errors? I highlighted all the error messages and then saved it to a text document. It looks quite messy though. Not sure if there's an easier way to share the errors. There's a load of "ERR_BLOCKED_BY_CLIENT" errors. I only see a few errors that reference ImprovedTube. www.youtube.com-1680746694984.log is the text file that was created showing the errors in the "Console" section. |
hi, thanks @SingularityRS! 1. Inspecting: I meant the html from youtube, as shown above console ('
2. Errors:
youtube/js&css/web-accessible/functions.js Lines 62 to 64 in 34872ee
since im active but dont know what exactly changed, if anything, im making the line optional and allow alternatives: youtube/js&css/web-accessible/functions.js Lines 62 to 70 in 5f0c203
( you can test: master.zip @somecalvin @Bamadeus @eUnisk @suparnaghosh934 @TiagoTiago ) |
So I think I did the inspecting right. I tested the working account first with the reverse button showing and copied the full xpath, I got the same as yours: Tried the same on my main account that doesn't get the button and it gives They seem to be the same. |
then the preceding condition for the code must be running on another youtube/js&css/web-accessible/functions.js Lines 52 to 62 in 5f0c203
|
(also, is the lastest version is a fix? (extracting .zip & loading at chrome://extensions ) |
Issue still persists on the latest version. I did the ctrl+F on the Chrome dev console, made sure to click in the area on the "Elements" tab and did the search. There doesn't seem to be any differences. On both accounts, the number of times the loop and toggle button renderer are mentioned is exactly the same. This seems like some sort of block on YouTube's side since it's only happening when logged in to certain accounts. |
Seems like it's gone again on my main account. Still shows on the unaffected account as always. Not sure when it went away, but it's not because of anything with the extension because I haven't updated it (still using the version I downloaded a while ago). I guess this feature will just keep going on a cycle of breaking and working on certain accounts. |
I have the same issue, I tested with the current stable and beta version. |
Noticed that this just started for me a few days ago. {"action":"storage-loaded","storage":{"always_show_progress_bar":true,"below_player_pip":false,"below_player_screenshot":false,"bluelight":30,"dim":0,"forced_theater_mode":true,"hide_gradient_bottom":true,"hide_playlist":false,"player_autofullscreen":false,"player_hd_thumbnail":true,"player_hide_skip_overlay":true,"player_size":"do_not_change","player_transparent_background":true,"playlist_repeat":false,"playlist_reverse":true,"playlist_shuffle":false,"theme":"dark","theme_primary_color":[200,200,200],"theme_text_color":[25,25,25],"thumbnails_quality":"hqdefault"}} .fk9XWG_reverseBtn{text-align:center;cursor:pointer;width:40px;height:40px;font-size:16px;font-weight:700;line-height:40px;display:inline-block;padding:0!important}.fk9XWG_reverseBtn:hover{background-color:#0000001a;border-radius:50%}.fk9XWG_reverseBtn.fk9XWG_darkThemeBtn{color:#fff}.fk9XWG_reverseBtn.fk9XWG_darkThemeBtn:hover{background-color:#fff3}.fk9XWG_popContent{color:#8bc34a;width:360px;padding:4px;font-size:18px}.fk9XWG_popContentTitle{color:#4caf50}.fk9XWG_popContent div{margin:0 0 8px} |
Not sure when my Reverse Playlist disappeared, maybe a couple of weeks to a month ago. But just up and no longer present. Using the latest version as of today 10/31 (uninstalled and reinstalled several times). I think my chrome browser is up to date. I haz a sad, that is the only thing I use the extension for. Am I missing something? Should I go back and install an older version (which I'm not sure I know how to do). Thanks! (And thanks for all your hard work, community, I so wish I could help!) |
I also have the problem that the reverse function is not showing up.. i need that function to watch the creepypasta playlist.. i really hope this gets fixed soon.. i really like having something playing in the background while playing tedious games... ( i am watching youtube on chrome browser on windows 10) |
hi @jesper987654! ( @TooFyrii @keebster @duracell @TiagoTiago @Bamadeus @somecalvin )
Remedies(Developers):
And you (everyone) can fund a bounty for this issue:
Thanks! |
Hi @ImprovedTube , i fixed in my local by taking release code and change the code from node.parentComponent &&
node.parentComponent.nodeName === 'YTD-MENU-RENDERER' &&
node.parentComponent.parentComponent &&
node.parentComponent.parentComponent.nodeName === 'YTD-PLAYLIST-PANEL-RENDERER' to node.closest("YTD-MENU-RENDERER") &&
node.closest("YTD-PLAYLIST-PANEL-RENDERER") |
|
@ImprovedTube |
Bug Report:
⚬ BUG:
Reverse playlist button no longer functioning
Previously worked about a month ago.
Have tried main extension as well as beta version.
⚬ HOW:
Reverse playlist button no longer functioning
⚬ EXPECTED (/preferred) behavior:
Dual arrow icon should appear on playlist
Setup:
⚬ ImprovedTube Version: 4.0.17
⚬ Browser: Chrome Version 109.0.5414.75
⚬ Settings: improvedtube.txt
⚬ OS: Windows 11
⚬ Device: PC
The text was updated successfully, but these errors were encountered: