mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-11 03:15:46 +01:00
DOM#highlight magic. Provide 'this' object for DOM#filter.
This commit is contained in:
@@ -850,7 +850,8 @@ var Events = Module("events", {
|
||||
return;
|
||||
|
||||
if (isinstance(elem, [HTMLEmbedElement, HTMLEmbedElement])) {
|
||||
modes.push(modes.EMBED);
|
||||
if (!modes.main.passthrough && modes.main != modes.EMBED)
|
||||
modes.push(modes.EMBED);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user