Nikita Vasilyev

Results 50 issues of Nikita Vasilyev

It would be great to have ability to close **all** alert boxes with just one action.

If we have [YesScript](https://addons.mozilla.org/en-US/firefox/addon/4922) and NoScript installed in Firefox, nice-alert.user.js doesn't work at all.

``` while (true) { alert('Oh my!') } ```

http://github.com/NV/nice-alert.js/issues#issue/3 can't be fixed in Firefox Greasemonkey script. So, we can build a extension! I've never write Firefox extensions before. Any help will be appreciate.

need help

http://github.com/NV/nice-alert.js/raw/master/tests/early-run.html Occurs Firefox. Chrome and Opera are Ok.

bug

http://nv.github.com/placeholder.js/tests/password.html

bug

http://en.wikipedia.org/wiki/ICO_(file_format) states that ICO is a container for BMP and **PNG** but I couldn’t find any way to make an ICO with PNGs. The problem with BMP that it does...

![Screenshot](http://elv1s.ru/i/TermKit-ugly-font.png) Times font-face looks ugly. How can I have the same font-face/font-size as on your screenshots?

Demo stops working when I comment out [line 22](http://github.com/eligrey/mumbl/blob/master/demo/demo.js#L22): ``` playlist.location + encodeURIComponent(playlist[i]) + ".ogg", "audio/ogg; codecs=vorbis", ``` I expect mumbl to fallback into SoundManager when MP3 does not supported,...