Created
January 24, 2013 16:59
-
-
Save vladkorotnev/4625112 to your computer and use it in GitHub Desktop.
What to do if you want BooruSaver from GBBrowser Mac on 10.6 while GBBrowser itself is crashing on you
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you want BooruSaver on 10.6 and GBBrowser Mac crashes on you. | |
Rightclick GBBrowser's .app file, then in this window go to Contents-> Resources-> Open BooruSaver.saver, then click install. | |
Place the code below into: ~/Library/Preferences/com.vladkorotnev.boorusaver.plist | |
Use either a plist editor or TextWrangler or Nano in terminal. | |
Change 1 under 'absurd' to 0 to allow loading absurdres full images (goes very high on RAM!). If 1, loads sample for absurdres instead of full. | |
Change safebooru.org under 'board' to any Gelbooru-based board without http:// | |
Change 4 under 'delay' to show each picture for more seconds. | |
Change tags under 'tags' to match your favourite search query :P |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>absurd</key> | |
<string>1</string> | |
<key>board</key> | |
<string>safebooru.org</string> | |
<key>delay</key> | |
<string>4</string> | |
<key>tags</key> | |
<string>suzumiya_haruhi+-erisa+-traditional_media+-komeiji_koishi</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment