Skip to content

Instantly share code, notes, and snippets.

View tokozedg's full-sized avatar
🗯️

Tony Pushmore tokozedg

🗯️
View GitHub Profile
@tokozedg
tokozedg / twitter-liker-script.js
Created October 26, 2023 16:30
twitter liker script
// open a trend and run this in web console to like all latest tweets
let maxLikes = 150;
let totalLikes = 0;
let usernames = [];
let loopCount = 0;
@tokozedg
tokozedg / delete-tweets
Created September 17, 2023 17:46
delete all tweets - 2023
(function () {
var delTweets = function () {
var tweetsRemaining = document.querySelectorAll('[role="heading"]+div')[1].textContent;
console.log('Remaining: ', tweetsRemaining);
window.scrollBy(0, 10000);
document.querySelectorAll('[aria-label="More"]').forEach(function (v, i, a) {
v.click();
document.querySelectorAll('span').forEach(function (v2, i2, a2) {
if (v2.textContent === 'Delete') {
v2.click();
@tokozedg
tokozedg / gist:844dc149d016aeb1c010d67fbd4ccbec
Created October 19, 2018 07:51
Greesemonkey - Discogs with Last.fm links
// ==UserScript==
// @name Discogs with Last.fm links
// @version 0.1
// @description Link to a search from discogs pages to Last.FM
// @author Tornike
// @include http*://*discogs.com/*
// @grant none
// ==/UserScript==
(function() {

Keybase proof

I hereby claim:

  • I am tokozedg on github.
  • I am tzedgin (https://keybase.io/tzedgin) on keybase.
  • I have a public key ASDEIuT0VwhOSM9OosgoEB3IJyC9Guuce0VhdDnIx8GCuAo

To claim this, I am signing this object:

echo "__string__"