Análises de Nuke Anything Enhanced
Nuke Anything Enhanced por Patrick Abi Salloum
Análise de Usuário 6490726 do Firefox
Avaliado em 5 de 5
por Usuário 6490726 do Firefox, há 8 anosThis plugin is really useful for those pesky pages that put overlays over the page or images to make you register. Just nuke them ;) !
I hate Mozilla for what they are doing to Firefox in the recent versions, crippling the possibilities of extensions almost to the point where they are visual sugar (at least it feels like that compared to what extensions could do), but that's not this extensions fault.
Question: is it possible to call a function to trigger the nuke from a mouse gesture? Before 2.0 I called "NukeAnything.doNukeSelection" or "NukeAnything.doNukeAnything" (together with setting "gContextMenu.target" to the "event.target") from a custom script for the gesture. Now it tells me NukeAnything is not defined.
I hate Mozilla for what they are doing to Firefox in the recent versions, crippling the possibilities of extensions almost to the point where they are visual sugar (at least it feels like that compared to what extensions could do), but that's not this extensions fault.
Question: is it possible to call a function to trigger the nuke from a mouse gesture? Before 2.0 I called "NukeAnything.doNukeSelection" or "NukeAnything.doNukeAnything" (together with setting "gContextMenu.target" to the "event.target") from a custom script for the gesture. Now it tells me NukeAnything is not defined.
Resposta do desenvolvedor
publicado há 8 anosThat is an interesting hack you did there.
The NukeAnything object is still defined but it seems the new security measures in firefox restrict the scope access to this object. So you cannot access it from anywhere else but the extension itself.
I think there must be a was to explicitly add a possibility for other scripts to send messages to it.
I will add that it to the TODO list for next update :-)
Can you drop me a mail with more info about your setup so I can test and make sure it works? What are you using to trigger the gestures?
The NukeAnything object is still defined but it seems the new security measures in firefox restrict the scope access to this object. So you cannot access it from anywhere else but the extension itself.
I think there must be a was to explicitly add a possibility for other scripts to send messages to it.
I will add that it to the TODO list for next update :-)
Can you drop me a mail with more info about your setup so I can test and make sure it works? What are you using to trigger the gestures?