Mercurial > ec-userscripts
changeset 59:3381a9cb88d1
White spaces and end of lines
author | nanaya <me@nanaya.pro> |
---|---|
date | Thu, 23 Aug 2018 22:58:33 +0900 |
parents | 960d452dea99 |
children | cd3ffdc31613 |
files | medium-popup-disable.user.js pixiv-direct-external-link.user.js rakuten-books-direct-search.user.js |
diffstat | 3 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/medium-popup-disable.user.js Thu Aug 23 22:58:16 2018 +0900 +++ b/medium-popup-disable.user.js Thu Aug 23 22:58:33 2018 +0900 @@ -22,4 +22,4 @@ Array.prototype.forEach.call(popups, killPopup); }; document.addEventListener('click', killPopups); -}).call(); \ No newline at end of file +}).call();
--- a/pixiv-direct-external-link.user.js Thu Aug 23 22:58:16 2018 +0900 +++ b/pixiv-direct-external-link.user.js Thu Aug 23 22:58:33 2018 +0900 @@ -21,4 +21,4 @@ $("[href^='jump.php?']").each(fixLink); $("[href^='/jump.php?']").each(fixLink); -}).call(); \ No newline at end of file +}).call();
--- a/rakuten-books-direct-search.user.js Thu Aug 23 22:58:16 2018 +0900 +++ b/rakuten-books-direct-search.user.js Thu Aug 23 22:58:33 2018 +0900 @@ -17,7 +17,7 @@ var $form = $("form[name='srchFrm']"); if (!$form.length) { return; } - + var searchUrl = $form.find("input[name='R2']").attr("value"); $form.attr("action", searchUrl); -}).call(); \ No newline at end of file +}).call();