Noitidart

O mnie

Informacje o autorze
Nazwa Noitidart
Lokalizacja San Jose
Strona domowa http://noitidart.github.io/
Użytkownik od Wrz. 3, 2010
Liczba utworzonych dodatków 1 dodatek
Średnia ocena dodatków autora Oceniono na 4 z 5 możliwych gwiazdek

Trochę więcej szczegółów…

I am all about FF Addon Dev and helping others with their dev. At my website you can find addon dev resources (@Gists), my addons in progress (@GitHub), and how to reach me for help (@StackOverflow).

Dodatki mojego autorstwa

DevPrefs

Automatically sets all preferences for Firefox addon developer production environment.

Brak ocen
0 użytkowników

Moje opinie

Reddit Alien

Oceniono na 5 z 5 możliwych gwiazdek

Very very cute!

EmojiT - Emoji Panel for Twitter

Oceniono na 5 z 5 możliwych gwiazdek

Very cool - I would recommend the smilie `Icon--smileRating5Fill` instead of the current one. It matches more. Is this addon for Firefox only? If so I would love to provide a pull request with some ideas.

Ta opinia jest o wcześniejszej wersji dodatku (1.91.2). 

FreeBSD Manual Pages

Oceniono na 5 z 5 możliwych gwiazdek

Wow this is amazing. I do a bunch of js-ctypes to use native platform APIs, so this is really amazing. Thank you!

Config Descriptions

Oceniono na 5 z 5 możliwych gwiazdek

Super nice idea, it would be nice if it can support all config keys. Maybe via a wiki like mozillazine has.

Profile Buttons

Oceniono na 5 z 5 możliwych gwiazdek

I haven't tested this, but thanks for making this. I created the addon Profilist - and have linked to this addon from there because users have asked me about a button in the browser to access profiles, I don't have plans for that, so this is a great alternative (if it works).

Fox Web Security

Oceniono na 5 z 5 możliwych gwiazdek

I installed this on my siblings computers. This is a wonderful tool thank you for it! It's effective for those kids that inadvertently get epxosed to it - so the kids that are not wanting to get to bad stuff this helps to just keep it off their mind. But if someone wants to disable it they can get around it.

Ta opinia jest o wcześniejszej wersji dodatku (1.02). 

Torrent Tornado

Oceniono na 5 z 5 możliwych gwiazdek

This is the greatest addon ever. Is it possible to make all the work happen in a ChromeWorker? Because it noticebly lags out my browser. Like hovering over links and stuff takes a while to recognize. I just reformatted my computer, and only thing on it is Firefox and TorrentTornado so i'm sure its TT. (not using e10s right now)

Ta opinia jest o wcześniejszej wersji dodatku (2.11).  Ten użytkownik wystawił dla tego dodatku także inną opinię.

KDE5 Wallet password integration

Oceniono na 5 z 5 możliwych gwiazdek

Thanks very much for reply Guillermo! It seems masterpassword addon uses DBus from js-ctypes to tap into KWallet - https://addons.mozilla.org/en-US/firefox/files/browse/359914/file/lib/dbus.js#L21 - does that not allow us to use full power of KWallet?

There is a jscpp-types which is just some code we can drop into our addons - https://github.com/ochameau/jscpptypes - would you be able to use this to bypass the .SO file? I am super eager to see someone use js-ctypes to use C++ stuff on Linux. I did it on Windows with COM here - https://developer.mozilla.org/en-US/docs/Mozilla/js-ctypes/Examples/Using_COM_from_js-ctypes - if you have sometime and could try to use this to do KWallet with no .SO I would be so so interested to see that! I would document/blog about it :P If you get a chance may you please try? :) haha


------------
> Thank you
> by Guillermo Molina (Developer) on November 22, 2015 · permalink · translate
>
> Thank you but js-ctypes works only with C, not C++:
>
> "Note: js-ctypes only works with C libraries; you can't use C++ methods directly. Instead, you'll need to create a shim library that uses C functions that then call into the C++ library for you. Examples can be found here: Bugzilla :: Bug 505907 - Support C++ calling from JSctypes"
>
> And AFAIK there is no C interface for kwallet, cheers.
>
> ------------------------------
> > 5 STARS
> > by Noitidart on November 22, 2015 · permalink · translate
> >
> > This is a very cool addon. You use a native .SO file and tap into it with js-ctypes.
> >
> > There is an addon here that bypasses the .SO file and uses the platform API directly with js-ctypes. You might find it interesting. I mentioned it because I'm hoping the two you authors can get togather and have some synergy :) To make an even cooler experience. :)
> >
> > Here is the addon: https://addons.mozilla.org/en-US/firefox/addon/masterpassword-firefox/

Ta opinia jest o wcześniejszej wersji dodatku (1.0).  Ten użytkownik wystawił dla tego dodatku także inną opinię.

KDE5 Wallet password integration

Oceniono na 5 z 5 możliwych gwiazdek

This is a very cool addon. You use a native .SO file and tap into it with js-ctypes.

There is an addon here that bypasses the .SO file and uses the platform API directly with js-ctypes. You might find it interesting. I mentioned it because I'm hoping the two you authors can get togather and have some synergy :) To make an even cooler experience. :)

Here is the addon: https://addons.mozilla.org/en-US/firefox/addon/masterpassword-firefox/

Ta opinia jest o wcześniejszej wersji dodatku (1.0). 

Paste to Tab and Go

Oceniono na 5 z 5 możliwych gwiazdek

Wow fantastic I needed an addon that would paste & go to new tab so made it myself and was uploading it to AMO then came across this. My addon is seriously low tech 15minute whip up. But it uses localization of the browse itself so i dont need to provide my own. But it also shows the"Paste &Go - new tab" item when you click anywhere on the tab strip, could you please add that feature to this addon, I love your idea of "paste to specific tab" and go i might find that useful too, but i definitely need the "paste and go in new tab" available in a right click anywhere in the tab strip.

Edit: wow i just downloaded this and it works exactly as i wanted!! Super cool, no need for my addon. But would be nice if this was restartless :) And man the "paste and go to new background tab" in url bar is so useful!!

Edit edit: Ah it needs to obey the shift key with respect to browse setting for focus: https://github.com/Noitidart/Paste-Go-with-New-Tab/blob/master/bootstrap.js#L28-L42 (except for the "paste and go to new bg tab" that shows in urlbar right click, that should always load in background tab, because if i wanted a new tab i would have right clicked just a couple centimeters over :P

Edit edit edit: when i click on a tab i only see "paste to this tab and go" i need the "paste to new tab and go" too please. Becuase i have so many tabs i have no whitespace in tab bar to click on :( I would love to collaborate with you on this to make it restartless and land these features. And fully localized :)

ShuFu Privacy

Oceniono na 5 z 5 możliwych gwiazdek

Totally awesome! Great GUI, better then the default GUI! With added perk of superb security! Thanks!

Ta opinia jest o wcześniejszej wersji dodatku (0.2.2-2). 

ChatZilla

Oceniono na 5 z 5 możliwych gwiazdek

Can we get an option to open this in a tab, i would love to have this as a pinned tab. Currently i do that with mibbit but on every startup i have to manually join all my regular channels.

Ta opinia jest o wcześniejszej wersji dodatku (0.9.92). 

Select like a Boss

Oceniono na 5 z 5 możliwych gwiazdek

The move up/down to drag while STILL allowing the move left/right to select is just absolutely BRILLIANT!!! Utterly brilliant!! Wish this was Firefox only. Discovered this thanks to the gHacks article about it.

Ta opinia jest o wcześniejszej wersji dodatku (2015.2.15.1-signed.1-signed). 

FastPrevNext

Oceniono na 5 z 5 możliwych gwiazdek

Fantastic I haven't found a site yet where it fails in the smart detection of going to the actual next or previous page. Awesome! Please add hotkey support.

Ta opinia jest o wcześniejszej wersji dodatku (9.1-signed). 

Torrent Tornado

Oceniono na 5 z 5 możliwych gwiazdek

What an excellent add-on idea! I've been wanting one of these for a long time as I can't really trust what's out there to be ad-free etc. Will use this and let you know how it works!

Ta opinia jest o wcześniejszej wersji dodatku (1.01.1-signed). 

TabSubmit

Oceniono na 5 z 5 możliwych gwiazdek

i cant believe firefox hasn't built this feature in yet

ramadan_ol_karim

Oceniono na 5 z 5 możliwych gwiazdek

Very simple and pretty. Thanks. Ramadan Kareem!

DOM Inspector

Oceniono na 5 z 5 możliwych gwiazdek

Please add link to "Element Inspector" add-on, it allows Shift + Right clicking any element and it brings it up in this DOM Inspector. This "Element Inspector" makes DOM inspector so so powerful, especially for hover and pop up elements.

Ta opinia jest o wcześniejszej wersji dodatku (2.0.14.1-signed.1-signed).  Ten użytkownik wystawił dla tego dodatku także inną opinię.

Addons Manager Hilite

Oceniono na 5 z 5 możliwych gwiazdek

When you have so many add-ons this thing is awesome. Especially because by default it's sorted by enabled/disabled. And this has an option to go alpha only. But I like the enabled/disabled, so this higlight feature comes in way handy. Especially for add-on devs.

Fetaure request: When it rehighlights can you also make it try to remember the scroll position as best as possible?

Ta opinia jest o wcześniejszej wersji dodatku (2.1.1.1-signed). 

TLDR: Too Long Didn't Read

Oceniono na 5 z 5 możliwych gwiazdek

Very very interesting how this works. I'm using it and reading the article both full and condensed, will report back if the condensed version captures all the important parts.

I really like the summarize certain part of a page, it's great!

I especially like how when you change from long to medium or short it tries to maintain the same position it was scrolled at. Nice job guys!

Ta opinia jest o wcześniejszej wersji dodatku (2.1.2.1-signed.1-signed).