mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-02 06:46:07 -04:00
some small fixes
This commit is contained in:
parent
4f8d5148af
commit
16757b10ac
412 changed files with 139509 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
# run on:
|
||||
#https://www.facebook.com/your-username/allactivity?privacy_source=activity_log&log_filter=cluster_116
|
||||
|
||||
$("html, body").animate({ scrollTop: $(document).height() }, "slow");
|
||||
setInterval (function () {
|
||||
var last = $("._6a._6b.uiPopover.rfloat a span").last().click();
|
||||
$("span:contains(Delete):visible").click();
|
||||
var post = last.closest("[data-ft]");
|
||||
post.prev().remove();
|
||||
post.remove();
|
||||
}, 400);
|
|
@ -0,0 +1,11 @@
|
|||
# run on:
|
||||
#https://www.facebook.com/your-username/allactivity?privacy_source=activity_log&log_filter=likes
|
||||
|
||||
$("html, body").animate({ scrollTop: $(document).height() }, "slow");
|
||||
setInterval(function () {
|
||||
var last = $("._6a._6b.uiPopover.rfloat a span").last().click();
|
||||
$("span:contains(Unlike):visible").click();
|
||||
var post = last.closest("[data-ft]");
|
||||
post.prev().remove();
|
||||
post.remove();
|
||||
}, 400);
|
|
@ -0,0 +1,9 @@
|
|||
# run on your account
|
||||
var i = setInterval(function () {
|
||||
$ul = $("#wmMasterViewThreadlist")
|
||||
if (!$ul.find("li").length) return clearInterval(i);
|
||||
$ul.find("li").last().find("span").click()
|
||||
$("button:contains('Actions')").click()
|
||||
$("span:contains('Delete Conversation...')").click()
|
||||
$("input[value='Delete Conversation']").click()
|
||||
}, 500);
|
|
@ -0,0 +1,12 @@
|
|||
# run on:
|
||||
# https://www.facebook.com/your-username/allactivity?privacy_source=activity_log&log_filter=cluster_11
|
||||
|
||||
$("html, body").animate({ scrollTop: $(document).height() }, "slow");
|
||||
setInterval (function () {
|
||||
var last = $("._6a._6b.uiPopover.rfloat a span").last().click();
|
||||
$("span:contains(Delete):visible").click();
|
||||
setTimeout(function () {
|
||||
$("button:contains(Delete Post):visible").click();
|
||||
last.closest("table").remove();
|
||||
}, 1000);
|
||||
}, 7000);
|
Loading…
Add table
Add a link
Reference in a new issue