| Index: include.preload.js |
| =================================================================== |
| --- a/include.preload.js |
| +++ b/include.preload.js |
| @@ -58,11 +58,11 @@ |
| } |
| } |
| -function checkExceptionKey() |
| +function checkSitekey() |
| { |
| var attr = document.documentElement.getAttribute("data-adblockkey"); |
| if (attr) |
| - ext.backgroundPage.sendMessage({type: "add-key-exception", token: attr}); |
| + ext.backgroundPage.sendMessage({type: "add-sitekey", token: attr}); |
| } |
| function hasInlineURL(element, attribute) |
| @@ -203,6 +203,6 @@ |
| if (document instanceof HTMLDocument) |
| { |
| - checkExceptionKey(); |
| + checkSitekey(); |
| init(document); |
| } |