Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Yandex Trains Helper
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Highlights the current station and fades out past stations
// @author Alex7Kom
// @match https://rasp.yandex.ru/thread/*
// @require https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js
// @grant none
// ==/UserScript==
@alex7kom
alex7kom / README.md
Last active July 15, 2022 16:15
Steam Donation Bot

Steam Donation Bot

A Steam bot that accepts item donations.

Basically, it accepts any offer that doesn't ask for any items from its inventory.

Feel free to use if you want to accept item donations for your project, or modify it as you see fit.

This bot does not support mobile auth as of yet.

@alex7kom
alex7kom / MAL Covers 3.md
Last active September 13, 2015 23:30
MAL Covers 3 Userscript - Adds a cover image for each anime in your anime and manga list on myanimelist.net

MAL Covers 3

Adds a cover image for each anime in your anime and manga list on myanimelist.net

What's new

  • The script no longer depends on my server for loading cover images. It means that the first load will be somewhat slower, but the script should work as long as MAL doesn't change anything.

How to install

var fs = require('fs');
var Steam = require('steam');
var bot = new Steam.SteamClient();
bot.logOn({
accountName: 'username',
password: 'password',
shaSentryfile: fs.readFileSync('sentry')
});