Skip to content

Instantly share code, notes, and snippets.

View aleksandrkuzminv's full-sized avatar
😊

Александр Кузьмин aleksandrkuzminv

😊
View GitHub Profile
@aleksandrkuzminv
aleksandrkuzminv / find_and_remove.js
Created June 4, 2020 09:14 — forked from max-frai/find_and_remove.js
Find and remove inactive facebook friends & bots
var accountTag = 'own_remove_account_tag';
var css = " \
.own_popup { \
width: 50%; min-width: 676px; height: 80%; padding: 15px; \
background: white; border: 1px solid #eee; border-radius: 15px; \
z-index: 999999; position: fixed; margin: auto; \
top: 50px; left: 0; right: 0; \
-webkit-box-shadow: 0px 3px 38px 0px rgba(50, 50, 50, 0.32); \
-moz-box-shadow: 0px 3px 38px 0px rgba(50, 50, 50, 0.32); \
box-shadow: 0px 3px 38px 0px rgba(50, 50, 50, 0.32); \