Index: background.js |
=================================================================== |
--- a/background.js |
+++ b/background.js |
@@ -555,7 +555,8 @@ |
case "compose-filters": |
sendResponse(composeFilters( |
msg.tagName, msg.id, msg.src, msg.style, |
- msg.classes, msg.urls, new URL(msg.baseURL) |
+ msg.classes, msg.urls, msg.mediatype, |
+ msg.baseURL, sender.page, sender.frame |
Wladimir Palant
2015/03/02 20:14:19
Ten positional parameters in a function is certain
Sebastian Noack
2015/03/03 14:29:00
How about reducing the number of arguments by grou
Wladimir Palant
2015/03/03 14:40:31
That's eight parameters now - still way too many t
Sebastian Noack
2015/03/03 14:59:28
Fair enough.
|
)); |
break; |
case "forward": |