Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-16 | fix parsing niconico title | Jagua | |
2015-02-16 | don't use nsIDownloadManager. (use Downloads.jsm) | Jagua | |
2015-02-11 | fix youtube title | Jagua | |
2015-02-11 | fix youtube apiid | Jagua | |
2015-02-08 | close all submenus on closing child, removed icon | c0ffeeartc | |
Pressing escape with second popup being open didn't close main parent, and made main parent unresponsively hang. So I had to hack it to close all popups when any child menu popup closes. Before hacking I didn't even know there was an icon in plugin, since I can't see and test it in Ubuntu 14.04, Firefox 35.0, I removed it. Now it works through `:opentinymenu` command, and closes all submenus if any child gets closed. | |||
2015-01-29 | bug fix | mitsugu oyama | |
Sometime, cannot save single image. When image contents is old type. | |||
2015-01-24 | Merge pull request #74 from eagletmt/string-quote | Jagua | |
String.prototype.quote() has been removed in Firefox 37 | |||
2015-01-19 | Clear echoerr | anekos | |
2015-01-19 | KILL35Error | anekos | |
2015-01-14 | fix redeclaration of variable. | anekos | |
2015-01-14 | String.prototype.quote() has been removed in Firefox 37 | Kohei Suzuki | |
https://github.com/vimperator/vimperator-labs/pull/113 https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/quote | |||
2014-12-24 | Merge remote-tracking branch 'origin/master' | anekos | |
2014-12-24 | Revert "Merge branch 'zoresvit-patch-1'" | anekos | |
Because the commit is not compatible for PUBLICS.smoothScrollBy. This reverts commit 875ba15b1cd4b9498bf30118e2a24e78f49b86e0, reversing changes made to 575223a51be0adbcd5e8d391dbfb6e755eb2caf8. | |||
2014-12-21 | fix constant of Question mark ("?") KeyCode. | Jagua | |
2014-12-19 | fix redeclaration of variable. | Jagua | |
2014-12-16 | bug fix | mitsugu oyama | |
単一画像ページのコンテンツの画像 URL を元にクローリングしていたのを class 名が original-image のイメージ要素の属性 data-src から URL よ り、オリジナル画像 URL を取得し、画像をダウンロードするように変更。 | |||
2014-12-16 | bug fix | mitsugu oyama | |
画像コンテンツのページの小さな画像をダウンロードしてしまっていた バグを修正し、オリジナルサイズの画像をダウンロードするように修正 した。 | |||
2014-12-16 | pixiv のページ構造の変更に追従 | mitsugu oyama | |
1 ページ物のページの DOM 構造に変化があったため、再度修正をした。 | |||
2014-12-15 | for Firefox less than 31 | Jagua | |
2014-12-14 | Merge branch 'oniatsu-dev' | anekos | |
2014-12-14 | Merge branch 'zoresvit-patch-1' | anekos | |
2014-12-14 | Fix indentations | anekos | |
2014-12-14 | Fix style | anekos | |
2014-12-14 | Merge pull request #72 from yogevsyn/master | anekos | |
fix "TypeError: ['@@iterator'] is not a function" on Firefox 34 | |||
2014-12-14 | fix "TypeError: ['@@iterator'] is not a function" on Firefox 34 | yogevsyn | |
2014-12-12 | pixiv のコンテンツ構造の変化に追従 | mitsugu oyama | |
1 枚画像のページにて JavaScript で画像を表示するようになっているのに 追従。 | |||
2014-12-11 | Add a global variable to hide panel | oniatsu | |
2014-12-10 | fix bug. re-support appId. | Jagua | |
2014-12-10 | support authentication with an Access Token. | Jagua | |
2014-12-08 | Fix: nsIMarkupDocumentViewer has been removed | anekos | |
2014-12-08 | Remove copyright year | anekos | |
2014-12-08 | Add edit_vimperator_files_directory_names variable | anekos | |
2014-12-05 | Merge pull request #69 from yukimred/master | Jagua | |
fix "TypeError: ['@@iterator'] is not a function" on Firefox 34 | |||
2014-12-03 | fix "TypeError: ['@@iterator'] is not a function" on Firefox 34 | yukim | |
2014-11-20 | support migemo | haruto.otake | |
2014-11-12 | create googleselect.js | elzzup | |
グーグル検索結果画面で楽に選択するためのプラグイン コマンド: googleselect back -次の検索結果リンクにフォーカス googleselect[ front] -前の検索結果リンクにフォーカス | |||
2014-11-03 | アップデットタイオ! してない!! FIXME!! | anekos | |
2014-10-30 | なにこれ | anekos | |
2014-10-30 | なんかおかっしいで | anekos | |
2014-08-31 | Use approximated Fibonacci sequence for scroll | Ruslan Kiianchuk | |
Smooth scroll is never done by using linear functions (like `x/2` used in current implementation). It looks ugly — at the end scrolling is very flickering. Such processes are much better simulated by Fibonacci sequence. I've used optimized formulas (from Wikipedia, ofcourse :) | |||
2014-08-02 | Merge pull request #65 from mimimu/zip-de-download/siteinfo | anekos | |
zip-de-download: fix SITE_INFO | |||
2014-08-02 | fix: fix siteinfo | user | |
2014-07-29 | Merge pull request #64 from elzzup/master | anekos | |
create pushfind.js | |||
2014-07-04 | update pushfind mini chars skip option | elzzup | |
2014-07-04 | udpate pushfind delimiter fix | elzzup | |
2014-07-04 | fix echos | elzzup | |
2014-07-04 | udpate pushfind multi | elzzup | |
2014-06-27 | create pushfind.js | elzup | |
2014-06-21 | remove hover link feature | seenxu | |
reasons for the feature removal: * Firefox has a similar built-in feature * U.xmlToDom fails to append element to the page bottom * if there are too many links on page, append to DOM thing hurts performance. Conflicts: maine_coon.js | |||
2014-06-20 | Merge pull request #50 from eagletmt/walk-input_contenteditable | anekos | |
walk-input.js: Walk on contenteditable elements |