Facebookのページで 管理人報告 みたいな偽前澤の投稿をFacebookで見かける 上から各コードを順番に1個ずつChromeのconsoleで入れてください。 いっぺんにやりたいけどそれは厳しいので誰か作ってね。 検索関数&偽前澤探す(「ライブ配信」の文字列なので…
Facebookの「知り合いかも」を消す let divs = document.getElementsByTagName('div'); for(var item in divs) { let b = divs[item].getAttribute('aria-label'); if (divs[item] && b == "削除") { divs[item].click(); } } で消せるが、根気よく「友達」…
まず、ここで「すべて見る」をクリックしておく この見える状態にし、 以下のスクリプトをデバッグのconsoleで実行 let divs = document.getElementsByTagName('div'); for(var item in divs) { let b = divs[item].getAttribute('aria-label'); if (divs[it…
<Warning>: Please set a value for FacebookAutoLogAppEventsEnabled. Set the flag to TRUE if you want to collect app install, app launch and in-app purchase events automatically. To request user consent before collecting data, set the flag value to F</warning>…
https://developers.facebook.com/docs/ios/getting-started?locale=ja_JP GitHub指定する