mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-03 12:06:31 +02:00
Linting of .tools and test
This commit is contained in:
parent
aef6bd3d59
commit
17349dcb05
19 changed files with 333 additions and 173 deletions
|
@ -97,7 +97,14 @@
|
|||
"name": "clearPersistentRnd",
|
||||
"actions": [
|
||||
"clearPersistentRnd",
|
||||
browser.contextualIdentities? "clearPersistentRndForContainer": false
|
||||
function(){
|
||||
try {
|
||||
return browser.contextualIdentities? "clearPersistentRndForContainer": false;
|
||||
}
|
||||
catch (error){
|
||||
return false;
|
||||
}
|
||||
}()
|
||||
],
|
||||
"displayDependencies": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue