Skip to content
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

Update pleaseRemoveMe() #2

Open
vdeville opened this issue Aug 10, 2020 · 1 comment
Open

Update pleaseRemoveMe() #2

vdeville opened this issue Aug 10, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@vdeville
Copy link

Hello,

Do you plan to update the main script to remove all activity ?
I just try this day with English Language and old interface, detect only 8 activities, and when the script start facebook put a model that say 'Content already deleted'. Maybe much easier to update to new UI ? No confirmation need, but you need to have mouse on the activity to view action button, i tried to force hover status but not work on chrome debug console.

Thanks

@vdeville vdeville added the bug Something isn't working label Aug 10, 2020
@lorepirri
Copy link
Owner

Hi, thanks for the feedback, unfortunately the new change of layout requires rewriting the scripts, I will try to rewrite them one by one, and at the same time the old layout seems to be needing some review as well.

New layout: no need to simulate the hover, you could try this selector, and you would see all of the items open 👍

[...document.querySelectorAll('div[aria-label="Action options"][role="button"]')].forEach( (a) => { a.style.border = "thick solid red"; a.click(); });

If you are in the mood, you could try to update the script or better, create a new one for the new layout for easier maintenance.

NB: this will send a click on all of the three dots, but it does not click on Delete so it is safe :)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants