Reviews for Nuke Anything Enhanced
Nuke Anything Enhanced by Patrick Abi Salloum
15 reviews
- Rated 4 out of 5by Katarína, 3 years ago
- Rated 4 out of 5by Firefox user 15145332, 3 years agoits good and have a nice idea, but it is not persistent if you reload the page the object will appear again
- Rated 4 out of 5by Firefox user 13302001, 4 years ago
- Rated 4 out of 5by DK, 5 years agoWorks pretty well, except the "Toggle X to remove" option doesn't work on many websites. I think it might be that they're intercepting the keypress or something.
Would be great to get that fixed! - Rated 4 out of 5by Firefox user 14753181, 6 years agoWorks fine. Would be 5 stars if the documentation was complete.
For some reason, it is not documented anywhere that the way to use this extension is to press alt+shift+x. Nowhere in the documentation is this mentioned. Not on the settings page or the public web page for the add-on. I found it buried deep in these reviews in the form of a reply from the author.
You could replace all the other text on the addon page with "Activate by pressing alt+shift+x" and the addon would become 10x more useful.
DOCUMENT THE MAIN FUNCTION! - Rated 4 out of 5by Firefox user 14382291, 6 years agoWorks fine but it would be nice if I could just click it once and block the element instead of going into a separate dropdown menu.
- Rated 4 out of 5by tipar, 6 years agoIt is OK but why I must do it everytime I refresh the page? I want the addon to remember it. But it is OK and easy to use it.
- Rated 4 out of 5by Cre8_Meaning, 7 years ago
- Rated 4 out of 5by Vincent, 7 years ago
- Rated 4 out of 5by Ferhat Sanli, 7 years agoI liked your add-on but it doesn't have a shortcut combination. So, I modified it. Now I can use Ctrl+Shift+X combination to run it.
My code:
document.addEventListener("keydown", function (e) {
if (e.ctrlKey && e.shiftKey && e.code === "Space"){
NukeAnything["nuke_on_x"]();
}
});
Would you add a feature to run it with key combination in next update?
P.S. I translated to Turkish its language file. If you contact me, I can send it to you.Developer response
posted 7 years agoJust saw this... The addon already has a shortcut combination... alt+shift+x to enter Nuke Mode ... [x] key to Nuke while in that mode and and [esc] to exit back to normal. - Rated 4 out of 5by Mav, 7 years agoSadly the HackTheWeb add-on that was based on the Aardvark bookmarklet doesn't work anymore, and while Nuke Anything Enhanced does the most basic thing (remove object) a lot of other useful functionality is missing. It'd be great if some of the things from HackTheWeb/Aardvark were added here. Just saying the developer could look at those for inspiration on how to improve this add-on massively.
Also, I really wish there was an option to have "remove this object" in the main context menu, not under a pop-out sub-menu. Especially with a quick-key so you could just right-click and hit R or N or something (I mean like the underscored A of 'select all'). Moving the mouse into a sub-menu for every object you want to quickly delete is annoying, and the alternative way 'Toggle nuke with X' thing doesn't work. But that's really not an optimal way to remove things quickly anyway and should just be dropped imho.Developer response
posted 7 years agoWhat do you get when you try to use the "toggle nuke with X" option? it is much faster to remove many objects using that. - Rated 4 out of 5by PhunkyBob, 7 years agoReally usefull extension.
A little improvement would be welcome: instead of "click on the icon to enter in nuke mode, then press X to nuke", it would be great if "pressing X" would enter in nuke mode. No more click on the icon needed.
BTW, if we could choose the keyboard shortcut, it would be nice; I used to already press X to close a tab with VIMFX.Developer response
posted 7 years agoYou can use the shortcut alt-shift-x to enter the nuke mode... then [x] to nuke items while in nuke mode and [esc] to exit back to normal. - Rated 4 out of 5by Firefox user 13267134, 7 years agoVery nice to have this feature back in Firefox. Working fine!
Just a small thing that is bugging me: the German translation needs a few adjustments. - Rated 4 out of 5by IPv1, 8 years agoHi,
I have created a mozilla account specifically for the purpose of letting you know that I use Nuke more than the majority of my other add-ons. Statistically, it is used upwards of 10-25x more than other scripts.
With a context menu editor, I'm fine to adjust how I view my context menu and it allows me the ability to simply right-click and then single click whatever singular key that is descriptive for the context menu beginning with said clicked key. In the past I would then simply be able to right-click then press R, and this would in turn be as effective as your [x] method.
However, I understand you process, and it's fine to have inbuilt as a default, I would simply ask one thing. Don't bundle the add-on in the context menu and leave the multiple options without a "Nuke Anything" folder per se.
If this is not practical for you, and you insist on having a folder in future versions, would you please be able to link me to an older subversion via this review?
Thanks! Great add-on!Developer response
posted 8 years agoI will add this to the todo list.
[edit] In ver 2.1, you can go to the options of the extension and remove the items you never want to see. When one object is left you can right click and select it directly.
But I would advise giving the new keyboard mode a chance with [x] [u] and [Esc]... It is really practical if you use the extension a lot. - Rated 4 out of 5by jersey grandma, 8 years agoHi,
I understand why you had to redo the "Nuke Anything Enhanced" add-on to the Firefox browser the way you did. There's nothing you can do about that but I'm getting to like Firefox less and less.
I went back to use the add-on some more and found something that needs to be changed. After I was finished removing several things on Medium's page that I was looking at, the pink highlighting, which is very effective in selecting the area to nuke, keeps on showing up as you move your cursor around the page. Since you have to turn the 'x' on in order to nuke on each page that is visited. I suggest another item on the submenu: "deactivate Nuke on the (x) key". I use my mouse pointer as a visual complement to my reading - sort of underlining significant passages or moving my eye to something on the page that the text has referenced. With the 'x' still active, it's like a light show with the pink highlighting going from place to place as I move my cursor. That's more distracting than Medium's fixed header or in-your-face social media icons.
I hope you will consider this additional small item.Developer response
posted 8 years agoYou can just press [Esc] on the keyboard when you're done to go back to normal browsing. It's explained in the add-on description but i guess i must make it more obvious.
I'll try to add it to the menu in the next update
[edit] This is now supported in ver 2.1, if you click on the same menu again the mode is turned off (as if you pressed on [Esc]) and everything is back to normal.