Skip to content

Instantly share code, notes, and snippets.

View arfie's full-sized avatar

Hilde arfie

  • CWI
  • The Netherlands
View GitHub Profile
@arfie
arfie / tagpro_PingAndLossReporter.user.js
Last active November 6, 2015 17:21 — forked from cr4m3r/tagpro_PingAndLossReporter.user.js
Chats you current ping with "Shift + P" or loss with "Shift + L" in Tagpro.
// ==UserScript==
// @name Tagpro Ping and Loss Reporter
// @namespace http://www.reddit.com/u/slothbear
// @description Reports ping or loss in Tagpro chat (Shift + P, Shift + L)
// @include http://tagpro-*.koalabeast.com:*
// @include http://tangent.jukejuice.com:*
// @include http://*.newcompte.fr:*
// @license whatever brah!
// @author slothbear / %bodyfat / Ruud
// @version 1.8
@arfie
arfie / README.md
Last active October 13, 2015 12:29 — forked from chrahunt/README.md
Downloading replays from tagproreplays the manual way.

TagProReplays Replay Recovery

To set up the helper script, we need to run it on the background page for the extension. Here's one way to do that:

  1. Navigate to chrome://extensions/

  2. Click on the developer mode checkbox on the top right of the extensions page.

    Step 2

  3. Click on the background page link that should appear underneath the TagProReplays extension entry on the extensions page.