-
Notifications
You must be signed in to change notification settings - Fork 3
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
Not working: Contribution action menu not selected #4
Comments
The query selection on the master branch does not work on the current Google Maps version. Instead of looking for a <div role="menuitem" class="action-menu-entry" ...> it works for me to look for a <div class="action-menu-entry-text-container" ...> With this change, I could delete all my contributed photos and reviews.
The query selection on the master branch does not work on the current Google Maps version. Instead of looking for a <div role="menuitem" class="action-menu-entry" ...> it works for me to look for a <div class="action-menu-entry-text-container" ...> With this change, I could delete all my contributed photos and reviews.
Fix and faster deletion: var pleaseDeleteContributionsPlease = function () {
}; |
I tried out the script. It works somewhat: it iterates though all entries putting a red rectangle around the action button, but it never manages to find the "Delete .. (photo|review)" action inside. Thus nothing is deleted.
The text was updated successfully, but these errors were encountered: