Skip to content

Instantly share code, notes, and snippets.

View acoppes's full-sized avatar

Ariel Coppes acoppes

View GitHub Profile
@acoppes
acoppes / bugfix.patch
Created October 21, 2016 01:01
patch to fix bug on Progress for trello plugin
diff --git a/js/bp-trello.js b/js/bp-trello.js
index 56612ad..c8d12ec 100644
--- a/js/bp-trello.js
+++ b/js/bp-trello.js
@@ -347,8 +347,16 @@ UPDATED
//reset
bp.math.progressMax = 0;
bp.math.progressComplete = 0;
- _lists = ModelCacheCache._caches['board_'+getBoard().id]._cache.List;
- _cards = ModelCacheCache._caches['board_'+getBoard().id]._cache.Card;
@acoppes
acoppes / disableGooglePlayDevices.js
Created September 23, 2013 20:50
A script to disable Google Play devices from developer console given a list of devices.
// ==UserScript==
// @name My Fancy New Userscript
// @namespace http://use.i.E.your.homepage/
// @version 0.1
// @description enter something useful
// @match https://play.google.com/apps/publish/*
// @require http://code.jquery.com/jquery-latest.js
// @copyright 2012+, You
// ==/UserScript==