Print self
This commit is contained in:
parent
1d2abcef60
commit
b4905849a6
@ -99,7 +99,7 @@ function init() {
|
|||||||
|
|
||||||
if (myself && (myself.href || myself.startsWith('http:') || myself.startsWith('https:')))
|
if (myself && (myself.href || myself.startsWith('http:') || myself.startsWith('https:')))
|
||||||
myself = getIdentifier(myself);
|
myself = getIdentifier(myself);
|
||||||
//console.log('Myself: ' + myself)
|
console.log('Self: ' + myself)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -474,7 +474,7 @@ browser.runtime.onMessage.addListener((message, sender, sendResponse) => {
|
|||||||
if(exact){
|
if(exact){
|
||||||
exact.classList.add(debugClass);
|
exact.classList.add(debugClass);
|
||||||
if (message.debug <= 1)
|
if (message.debug <= 1)
|
||||||
setTimeout(() => exact.classList.remove(debugClass), 10000)
|
setTimeout(() => exact.classList.remove(debugClass), 2500)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
sendResponse(message);
|
sendResponse(message);
|
||||||
|
Loading…
Reference in New Issue
Block a user