aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-02-16fix parsing niconico titleJagua
2015-02-16don't use nsIDownloadManager. (use Downloads.jsm)Jagua
2015-02-11fix youtube titleJagua
2015-02-11fix youtube apiidJagua
2015-02-08close all submenus on closing child, removed iconc0ffeeartc
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-29bug fixmitsugu oyama
Sometime, cannot save single image. When image contents is old type.
2015-01-24Merge pull request #74 from eagletmt/string-quoteJagua
String.prototype.quote() has been removed in Firefox 37
2015-01-19Clear echoerranekos
2015-01-19KILL35Erroranekos
2015-01-14fix redeclaration of variable.anekos
2015-01-14String.prototype.quote() has been removed in Firefox 37Kohei 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-24Merge remote-tracking branch 'origin/master'anekos
2014-12-24Revert "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-21fix constant of Question mark ("?") KeyCode.Jagua
2014-12-19fix redeclaration of variable.Jagua
2014-12-16bug fixmitsugu oyama
単一画像ページのコンテンツの画像 URL を元にクローリングしていたのを class 名が original-image のイメージ要素の属性 data-src から URL よ り、オリジナル画像 URL を取得し、画像をダウンロードするように変更。
2014-12-16bug fixmitsugu oyama
画像コンテンツのページの小さな画像をダウンロードしてしまっていた バグを修正し、オリジナルサイズの画像をダウンロードするように修正 した。
2014-12-16pixiv のページ構造の変更に追従mitsugu oyama
1 ページ物のページの DOM 構造に変化があったため、再度修正をした。
2014-12-15for Firefox less than 31Jagua
2014-12-14Merge branch 'oniatsu-dev'anekos
2014-12-14Merge branch 'zoresvit-patch-1'anekos
2014-12-14Fix indentationsanekos
2014-12-14Fix styleanekos
2014-12-14Merge pull request #72 from yogevsyn/masteranekos
fix "TypeError: ['@@iterator'] is not a function" on Firefox 34
2014-12-14 fix "TypeError: ['@@iterator'] is not a function" on Firefox 34yogevsyn
2014-12-12pixiv のコンテンツ構造の変化に追従mitsugu oyama
1 枚画像のページにて JavaScript で画像を表示するようになっているのに 追従。
2014-12-11Add a global variable to hide paneloniatsu
2014-12-10fix bug. re-support appId.Jagua
2014-12-10support authentication with an Access Token.Jagua
2014-12-08Fix: nsIMarkupDocumentViewer has been removedanekos
2014-12-08Remove copyright yearanekos
2014-12-08Add edit_vimperator_files_directory_names variableanekos
2014-12-05Merge pull request #69 from yukimred/masterJagua
fix "TypeError: ['@@iterator'] is not a function" on Firefox 34
2014-12-03fix "TypeError: ['@@iterator'] is not a function" on Firefox 34yukim
2014-11-20support migemoharuto.otake
2014-11-12create googleselect.jselzzup
グーグル検索結果画面で楽に選択するためのプラグイン コマンド: googleselect back -次の検索結果リンクにフォーカス googleselect[ front] -前の検索結果リンクにフォーカス
2014-11-03アップデットタイオ! してない!! FIXME!!anekos
2014-10-30なにこれanekos
2014-10-30なんかおかっしいでanekos
2014-08-31Use approximated Fibonacci sequence for scrollRuslan 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-02Merge pull request #65 from mimimu/zip-de-download/siteinfoanekos
zip-de-download: fix SITE_INFO
2014-08-02fix: fix siteinfouser
2014-07-29Merge pull request #64 from elzzup/masteranekos
create pushfind.js
2014-07-04update pushfind mini chars skip optionelzzup
2014-07-04udpate pushfind delimiter fixelzzup
2014-07-04fix echoselzzup
2014-07-04udpate pushfind multielzzup
2014-06-27create pushfind.jselzup
2014-06-21remove hover link featureseenxu
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-20Merge pull request #50 from eagletmt/walk-input_contenteditableanekos
walk-input.js: Walk on contenteditable elements