Revert "Added three new Autorun rules"

This reverts commit 010867cf24.
This commit is contained in:
mgeeky
2016-05-02 09:43:26 +02:00
parent 4058381f9a
commit 2cf6504912
3 changed files with 0 additions and 55 deletions

View File

@@ -1,20 +0,0 @@
{"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"
}