Nuke Anything Enhanced에 대한 리뷰
Nuke Anything Enhanced 제작자: Patrick Abi Salloum
Firefox 사용자 6490726 님의 리뷰
5점 만점에 5점
Firefox 사용자 6490726 님, 8년 전This 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.
개발자 답글
8년 전에 게시됨That 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?