Skip to content

Instantly share code, notes, and snippets.

View tatiana-scda's full-sized avatar

tatiana tatiana-scda

  • Madrid
View GitHub Profile
@tatiana-scda
tatiana-scda / index.js
Created April 20, 2021 14:28 — forked from visualglitch91/index.js
Delete all tweets
(async () => {
const twitterClientToken =
"AAAAAAAAAAAAAAAAAAAAANRILgAAAAAAnNwIzUejRCOuH5E6I8xnZz4puTs%3D1Zv7ttfk8LF81IUq16cHjhLTvJu4FA33AGWWjCpTnA";
function getCookie(cname) {
const name = cname + "=";
const decodedCookie = decodeURIComponent(document.cookie);
let ca = decodedCookie.split(";");
for (let i = 0; i < ca.length; i++) {