-
Notifications
You must be signed in to change notification settings - Fork 265
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
Need to manually click delete button each time #62
Comments
The selector for the confirmation button has changed. You can try the following method. If this doesn't work, you must obtain the selector from the button manually. To do this, go to the Elements tab in the developer tools, select the confirmation button when it appears, highlight the HTML of the button, right-click, and choose "Copy selector". ~Good Luck!
|
I just made a PR to fix this. :) |
Thank you that worked for me, appreciate it! Here is the changed console code to copy & paste (in case someone doesn't understand what to do with the above code) |
FYI. the following confirmation button selector worked for me today |
Thank you. This change worked for me. |
How about something more elegant like
English version of the site is already required so why not |
Great script! I'm seeing that after it runs the select on all of the photos, you get a prompt in the corner asking you to delete. If you don't manually click on delete it then just unselecting everything after a few seconds and does the same again in a cycle. If it was possible for it to select and click the button too so the process could be fully automated and left to run by itself
The text was updated successfully, but these errors were encountered: