Skip to content

Commit

Permalink
Version 6.0.2
Browse files Browse the repository at this point in the history
Version bump. Hopefully this catches the last of the changes.
  • Loading branch information
Moebius-Strip committed Sep 17, 2013
1 parent fd2277c commit 65addab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions better-better-booru.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down Expand Up @@ -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.<br><br><u>Tips</u><br>By using Danbooru's keyboard shortcut for the letter \"Q\" to place focus on the search box, you can unhide the sidebar.<br><br>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"]}),
Expand Down

0 comments on commit 65addab

Please sign in to comment.