Skip to content

Instantly share code, notes, and snippets.

View scsmash3r's full-sized avatar
🇺🇦

Eugene Esca scsmash3r

🇺🇦
View GitHub Profile
@ahampriyanshu
ahampriyanshu / install.sh
Last active January 3, 2023 18:56
Bash script to install stuff in linux.
#!/bin/bash
Reset='\033[0m' # Text Reset
Black='\033[0;30m' # Black
Red='\033[0;31m' # Red
Green='\033[0;32m' # Green
Yellow='\033[0;33m' # Yellow
Blue='\033[0;34m' # Blue
Purple='\033[0;35m' # Purple
@Konard
Konard / clone-all.bat
Last active December 15, 2022 09:03
Clone all LinksPlatform's repositories.
git clone --recurse-submodules https://github.com/linksplatform/BareJS
git clone --recurse-submodules https://github.com/linksplatform/BareNET
git clone --recurse-submodules https://github.com/linksplatform/Bot
git clone --recurse-submodules https://github.com/linksplatform/ccc
git clone --recurse-submodules https://github.com/linksplatform/Collections
git clone --recurse-submodules https://github.com/linksplatform/Collections.Methods
git clone --recurse-submodules https://github.com/linksplatform/Comparers
git clone --recurse-submodules https://github.com/linksplatform/Comparisons.PostgreSQLVSDoublets
git clone --recurse-submodules https://github.com/linksplatform/Comparisons.RedisVSDoublets
git clone --recurse-submodules https://github.com/linksplatform/Comparisons.SQLiteVSDoublets
@orion-v
orion-v / how-to.md
Last active May 5, 2024 16:14
Delete all messages of an user in a Discord channel or server

Delete discord user message history

This script allow for user specific message deletion from an entire server or a single channel using the browser console. This script uses discord search API and it will only delete messages of a chosen user.

How to use

1. Enable developer mode in discord

Go to user settings > appearance in discord and enable Developer mode.

2. Copy and paste the script to a file so you can change the server and author ids.

3. Replace the server and author ids with your own.