Skip to content

Instantly share code, notes, and snippets.

View palaueb's full-sized avatar

Marc palaueb

View GitHub Profile
@palaueb
palaueb / rarreg.key
Created September 12, 2025 08:41 — forked from MuhammadSaim/rarreg.key
Step 1: Create a file called rarreg.key Step 2: Paste into the file the raw content of this gist Step 3: Go to Winrar install directory (by default => c:\ProgramFiles\WinRAR\ ) Step 4: Paste the rarreg.key into WinRAR directory Step 5: Enjoy
RAR registration data
WinRAR
Unlimited Company License
UID=4b914fb772c8376bf571
6412212250f5711ad072cf351cfa39e2851192daf8a362681bbb1d
cd48da1d14d995f0bbf960fce6cb5ffde62890079861be57638717
7131ced835ed65cc743d9777f2ea71a8e32c7e593cf66794343565
b41bcf56929486b8bcdac33d50ecf773996052598f1f556defffbd
982fbe71e93df6b6346c37a3890f3c7edc65d7f5455470d13d1190
6e6fb824bcf25f155547b5fc41901ad58c0992f570be1cf5608ba9
@palaueb
palaueb / unfollow_all.js
Created January 1, 2025 19:42
AUTOMATIC UNFOLLOWER
function startProcess() {
console.log('inici');
// Primer element: click al botó de "unfollow"
const unfollowButton = document.querySelector('button[data-testid$="unfollow"]');
console.log(unfollowButton);
if (unfollowButton) {
unfollowButton.click();
// Espera un temps aleatori entre 800 ms i 1200 ms i clicka al segon element
const randomDelay = Math.floor(Math.random() * (120 - 80 + 1)) + 80;
@palaueb
palaueb / ddt.js
Last active January 17, 2025 09:16
DDT: Deleter of Data on Twitter
/*
* DISCLAIMER:
* This script is provided 'as is', without warranty of any kind, express or implied.
* The author will not be liable for any damages, loss of data, or any other harm
* resulting from the use of this script.
*
* This script is intended for educational purposes only. Use it at your own risk.
* By using this script, you agree to assume all responsibilities and consequences
* associated with its execution.
*
@palaueb
palaueb / ssh-close-stuck-session.md
Last active September 4, 2024 19:53
How to Safely Exit a Stuck SSH Session

Managing SSH Sessions: Essential Commands and Tips

How to Safely Exit a Stuck SSH Session

Step 1: Press Enter

  • Description: Ensures you are at the beginning of a new line, necessary for the commands to be recognized.
  • Usage: Hit the Enter key.

Step 2: Type ~

  • Description: Uses the tilde key as a special escape sequence initiator for SSH.
@palaueb
palaueb / git-merge-cat.md
Created July 20, 2024 08:12
Merge d'una branca git de forma manual

Merge d'una branca git de forma manual

Actualitzar el teu repositori local: Primer, assegura't que tens les darreres canvis del repositori:

git fetch origin

Canviar a la branca principal: Abans de fer el merge, canvia a la branca principal: