From 5e7aa12d220949105525a74c9d1dfcd7d6b17011 Mon Sep 17 00:00:00 2001 From: KNG <34425597+ECHibiki@users.noreply.github.com> Date: Fri, 16 Mar 2018 13:06:28 -0400 Subject: [PATCH] Update 4-Free.user.js --- builds/4-Free.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/builds/4-Free.user.js b/builds/4-Free.user.js index f30fd88..2b9f5ce 100644 --- a/builds/4-Free.user.js +++ b/builds/4-Free.user.js @@ -12,7 +12,7 @@ var __extends = (this && this.__extends) || (function () { // @name 4Free-FSE [4chan X Enhancement] // @author ECHibiki - /qa/ // @description 4Free - Free Stuff Enhancments. 7 additional features on top of 4chanX -// @version 1.2.1 +// @version 1.2.2 // @namespace http://verniy.xyz/ // @match *://boards.4chan.org/* // @updateURL https://raw.githubusercontent.com/ECHibiki/4Free-FSE/master/builds/4-Free.user.js @@ -2305,9 +2305,9 @@ var Main = /** @class */ (function (_super) { Main.prototype.observeEvents = function () { var _this = this; document.addEventListener('PostsInserted', function (evt) { - if (evt.explicitOriginalTarget.plugins !== undefined) { + //if (evt.explicitOriginalTarget.plugins !== undefined) { _this.decideAction(document.getElementById('delform')); - } + // } }); }; Main.prototype.decideAction = function (node) { -- 2.11.4.GIT