commit: 426c9141e2ca417e02fb90d890b47740b31a0262
parent: 101b209be7f5d69a7562a5449c0c21669e240f86
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Wed, 25 Oct 2017 22:53:03 +0200
javascript/userscript/fix img data-src.js: add mrjakeparker.com
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/javascript/userscript/fix img data-src.js b/javascript/userscript/fix img data-src.js
@@ -3,7 +3,8 @@
// @namespace https://hacktivis.me/
// @description assign data-src attribute to src attribute on images
// @include http://knowyourmeme.com/*
-// @version 1.0.0
+// @include http://mrjakeparker.com/*
+// @version 1.0.1
// @grant none
// ==/UserScript==