| Index: popupBlocker.js |
| =================================================================== |
| --- a/popupBlocker.js |
| +++ b/popupBlocker.js |
| @@ -15,7 +15,7 @@ |
| * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
| */ |
| -if (require("info").platform == "chromium" && "webNavigation" in chrome) |
| +if (require("info").platform == "chromium") |
|
Wladimir Palant
2014/04/16 10:12:16
I think that this will break older Opera versions
Sebastian Noack
2014/04/16 10:14:11
Yes, this requires Opera >=17. However we are alre
|
| { |
| var tabsLoading = {}; |