From b4905849a6315c264510a5a566069f55e2ea129c Mon Sep 17 00:00:00 2001 From: shinigami-eyes <43276258+shinigami-eyes@users.noreply.github.com> Date: Sun, 16 Dec 2018 16:54:01 +0100 Subject: [PATCH] Print self --- extension/content.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extension/content.js b/extension/content.js index 0cc791b..17dcc7d 100644 --- a/extension/content.js +++ b/extension/content.js @@ -99,7 +99,7 @@ function init() { if (myself && (myself.href || myself.startsWith('http:') || myself.startsWith('https:'))) myself = getIdentifier(myself); - //console.log('Myself: ' + myself) + console.log('Self: ' + myself) @@ -474,8 +474,8 @@ browser.runtime.onMessage.addListener((message, sender, sendResponse) => { if(exact){ exact.classList.add(debugClass); if (message.debug <= 1) - setTimeout(() => exact.classList.remove(debugClass), 10000) - } + setTimeout(() => exact.classList.remove(debugClass), 2500) + } } sendResponse(message); }) \ No newline at end of file