From 9090a413418c9233b013bebefc7539dc14b03fd2 Mon Sep 17 00:00:00 2001 From: Jiiks Date: Tue, 9 Feb 2016 19:17:47 +0200 Subject: [PATCH] Autogif --- Plugins/AutoPlayGifs.plugin.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Plugins/AutoPlayGifs.plugin.js b/Plugins/AutoPlayGifs.plugin.js index 6358e95..356acfd 100644 --- a/Plugins/AutoPlayGifs.plugin.js +++ b/Plugins/AutoPlayGifs.plugin.js @@ -23,6 +23,7 @@ agif.prototype.convert = function () { }; agif.prototype.onMessage = function () { + console.log("ONMESSAGE"); this.convert(); }; agif.prototype.onSwitch = function () { @@ -43,7 +44,7 @@ agif.prototype.getName = function () { return "Autogif"; }; agif.prototype.getDescription = function () { - return "Autoplay gifs without having to hover."; + return "Don't use currently broken."; }; agif.prototype.getVersion = function () { return "0.1.0";