Skip to content

Instantly share code, notes, and snippets.

@Izofeu
Izofeu / clipboard2.cpp
Last active September 13, 2023 18:30
A poorly coded app in C++ that automatically replaces Twitter links with c.vxtwitter. Poorly updated to support X links.
#include <iostream>
#include <conio.h>
#include <windows.h>
#include <cstring>
using namespace std;
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
int main(int argc, char** argv) {
bool firstRun = true;