Browse Source
Merge pull request #1 from tklam/tklam-patch-Hide-from-timeline
Add "Hide from profile"
pull/145/head
tklam
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
deletefb/tools/wall.py
|
@ -45,7 +45,7 @@ def delete_posts(driver, |
|
|
# Tries to be pretty resilient against DOM re-organizations |
|
|
# Tries to be pretty resilient against DOM re-organizations |
|
|
timestamp_exp = "//article//*/header//*/div/a[contains(@href, 'story_fbid')]//text()/.." |
|
|
timestamp_exp = "//article//*/header//*/div/a[contains(@href, 'story_fbid')]//text()/.." |
|
|
|
|
|
|
|
|
button_types = ["Delete post", "Remove tag", "Hide from timeline"] |
|
|
button_types = ["Delete post", "Remove tag", "Hide from timeline", "Hide from profile"] |
|
|
|
|
|
|
|
|
while True: |
|
|
while True: |
|
|
try: |
|
|
try: |
|
|