send a tag suggestion

which tags should be associated with each other?


why should these tags be associated?

Use the form below to provide more context.

#important


dunmertwink
@dunmertwink

This is Khalil Abubaker. He recently reached out to me on tumblr and asked that I share his campaign! I gave €10, try and match me!
Khalil's campaign is currently at €1,200/€30,000
This is a legitimate fundraiser, vetted by el-shab-hussein! As stated in the GFM link below, €20,000 will be used to evacuate his family to Egypt, and €10,000 will be needed for living expenses.
🍉Please donate 》here《 and share!🍉🇵🇸




// ==UserScript==
// @name        lettuce...
// @namespace
// @match       https://cohost.org/*
// @grant       none
// @version     1.0
// @author      meadow wowperfect
// @description 2/6/2024, 11:56:18 AM
// ==/UserScript==


function lettuce() {
  'use strict';

  for (let elem of document.querySelectorAll('img.mask')) {
    elem.src = 'https://i.pinimg.com/originals/60/16/91/6016911336b4930bb9eda15b99ffad36.png'
  }
}

(function () {
  setInterval(lettuce, 500);
})()