aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2015-01-14fix redeclaration of variable.anekos
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
2014-06-20Merge pull request #54 from tomfitzhenry/masteranekos
readitlater/getpocket: Looks for login credentials under HTTPS site as well as HTTP site
2014-06-20Merge pull request #59 from oniatsu/youtubeamp/enable-seek-by-percentageanekos
youtubeamp: Enable seek by percentage
2014-06-20Merge pull request #61 from elzzup/alert-absoluteanekos
alert.js: 「13:30」などのフォーマットで指定することで時刻を指定出来るようにしました
2014-06-13Ababa updateanekos
2014-05-20use liberator.log() for obsolete liberator.reportError()Jagua
2014-05-20fix -list option causing some html tags to be seen.Jagua
2014-05-07update alert.js change hour formatHiroto Takahashi
2014-05-07update alert.js add module absolute time settingHiroto Takahashi
2014-05-01Support httpsanekos