Skip to content

Instantly share code, notes, and snippets.

const groupName = "[Rangers] Social - RIP" // Just change this line
// Do not change anything above!
class ContactFinder {
#db;
#chatToFind;
#dbName = "model-storage";
#chatsCol = "chat";
#contactCol = "contact";
@Wedz0ff
Wedz0ff / TibiaCoinHistoryScrapper.js
Last active March 4, 2025 15:49
Tampermonkey script to get your Tibia Coin Spent History.
// ==UserScript==
// @name Tibia Coin History Scrapper
// @namespace https://github.com/Wedz0ff
// @version 1.0
// @description Scrapes how many Tibia Coins you spent on XP Boosts/Preys, additionally it saves all history as well.
// @author Wed
// @match https://www.tibia.com/account/?subtopic=accountmanagement&page=tibiacoinshistory&currentpage=*
// @grant none
// ==/UserScript==