Skip to content

Instantly share code, notes, and snippets.

View ezeholz's full-sized avatar
🌄

Ezequiel Holzweissig ezeholz

🌄
View GitHub Profile
@ezeholz
ezeholz / Free Games Javascript.md
Last active October 9, 2022 10:55
Free Game Javascript

Free Game Javascript

Free Game Javascript is part of the code I used to make bots for Discord and any other, that will grab a RSS Feed and modify it to show the game and the link to them.

Code

var tituloJuegos = Feed.newFeedItemMatches.EntryTitle.split(' - ')[0]
var juegos:Array<string> = [], result:string, prov:string
@ezeholz
ezeholz / Discord Play Along.md
Last active April 16, 2024 19:50
Discord Play Along

Discord Play Along with Free Account!

This is the code for those people who wanna listen with friends, but don't have a premium account.

Usage

All you have to do is go to your friend's profile, press CTRL + SHIFT + I, go to console and paste the following code:

setInterval(() => {
  document.getElementsByClassName('tabBar-2hXqzU')[0].children[1].click()
  document.getElementsByClassName('button-2IFFQ4')[0].click();
}, 1000);