From 65addab6b1b22bb583c4bb324ef2d7024113a08d Mon Sep 17 00:00:00 2001 From: Moebius-Strip Date: Tue, 17 Sep 2013 14:50:58 -0400 Subject: [PATCH] Version 6.0.2 Version bump. Hopefully this catches the last of the changes. --- better-better-booru.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/better-better-booru.user.js b/better-better-booru.user.js index 4d37251..a810d78 100644 --- a/better-better-booru.user.js +++ b/better-better-booru.user.js @@ -2,7 +2,7 @@ // @name better_better_booru // @author otani, modified by Jawertae, A Pseudonymous Coder & Moebius Strip. // @description Several changes to make Danbooru much better. Including the viewing of loli/shota images on non-upgraded accounts and more. -// @version 6.0.1 +// @version 6.0.2 // @updateURL https://userscripts.org/scripts/source/100614.meta.js // @downloadURL https://userscripts.org/scripts/source/100614.user.js // @match http://*.donmai.us/* @@ -31,7 +31,7 @@ function injectMe() { // This is needed to make this script work in Chrome. translationMode: false }, options: { // Setting options and data. - bbb_version: "6.0.1", + bbb_version: "6.0.2", alternate_image_swap: new Option("checkbox", false, "Alternate Image Swap", "Switch between the sample and original image by clicking the image. Notes can be toggled by using the link in the sidebar options section."), arrow_nav: new Option("checkbox", false, "Arrow Navigation", "Allow the use of the left and right arrow keys to navigate pages. Has no effect on individual posts."), autohide_sidebar: new Option("dropdown", "none", "Auto-hide Sidebar", "Hide the sidebar for individual posts and/or searches until the mouse comes close to the left side of the window or the sidebar gains focus.

Tips
By using Danbooru's keyboard shortcut for the letter \"Q\" to place focus on the search box, you can unhide the sidebar.

Use the thumbnail count option to get the most out of this feature on search listings.", {txtOptions:["Disabled:none", "Searches:search", "Posts:post", "Searches & Posts:post search"]}),