Skip to content

Instantly share code, notes, and snippets.

View tarekis's full-sized avatar

Clemens Himmer tarekis

View GitHub Profile
@tarekis
tarekis / main.js
Last active February 2, 2024 21:48
TemperMonkey: Path of Exile Trade Site | Chaos to Compound Calculator / Message Generator
// ==UserScript==
// @name Chaos to Compound Calculator / Message Generator
// @namespace https://www.pathofexile.com/trade/exchange
// @version 1.2
// @description Lets you calculate pure chaos to compound value, displays what pure chaos amounts to and copies an info text to the seller.
// @author Clemens Himmer
// @homepage https://himmer.software/
// @match *://www.pathofexile.com/trade/exchange*
// @grant GM.xmlHttpRequest
// @grant GM_setValue
// ==UserScript==
// @name WebGemini Time Addon
// @namespace https://gist.github.com/tarekis
// @version 0.1
// @description Get da time!
// @author Clemens Himmer
// @match http://srv0056/*
// ==/UserScript==
@tarekis
tarekis / SE Chat Spammer
Last active June 20, 2017 11:10
Spams in any SE or SO chatroom.
// ==UserScript==
// @name SE Chat Spammer
// @namespace http://chat.meta.stackexchange.com
// @version 1.0
// @description Spam dem Boys!
// @author Clemens Himmer
// @include *://chat.meta.stackexchange.com/rooms/*
// @include *://chat.stackoverflow.com/rooms*
// ==/UserScript==