Added three new Autorun rules

This commit is contained in:
mgeeky
2016-04-13 21:38:25 +02:00
parent 261c9ee5aa
commit 010867cf24
3 changed files with 55 additions and 0 deletions

20
arerules/confirm_close_tab.json Executable file
View File

@@ -0,0 +1,20 @@
{"name": "Confirm Close Tab",
"author": "mgeeky",
"browser": "ALL",
"browser_version": "ALL",
"os": "ALL",
"os_version": "ALL",
"modules": [
{"name": "confirm_close_tab",
"condition": null,
"code": null,
"options": {
"text":"Are you sure you want to navigate away from this page?",
"usePopUnder":"true"
}
}
],
"execution_order": [0],
"execution_delay": [0],
"chain_mode": "sequential"
}