Created
August 8, 2014 17:49
-
-
Save jewel-andraia/aa3b5b6614a2b0520fae to your computer and use it in GitHub Desktop.
RES migration tests
This file contains hidden or 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
RESoptions.betteReddit = {"fullCommentsLink":{"type":"boolean","value":true,"description":"add \"full comments\" link to comment replies, etc"},"fullCommentsText":{"type":"text","value":"full comments","description":"text of full comments link"},"commentsLinksNewTabs":{"type":"boolean","value":false,"description":"Open links found in comments in a new tab"},"fixSaveLinks":{"type":"boolean","value":true,"description":"Make \"save\" links change to \"unsave\" links when clicked"},"fixHideLinks":{"type":"boolean","value":true,"description":"Make \"hide\" links change to \"unhide\" links when clicked, and provide a 5 second delay prior to hiding the link"},"searchSubredditByDefault":{"type":"boolean","value":true,"description":"Search the current subreddit by default when using the search box, instead of all of reddit."},"showUnreadCount":{"type":"boolean","value":true,"description":"Show unread message count next to orangered?"},"showUnreadCountInTitle":{"type":"boolean","value":false,"description":"Show unread message count in page/tab title?"},"showUnreadCountInFavicon":{"type":"boolean","value":true,"description":"Show unread message count in favicon?"},"unreadLinksToInbox":{"type":"boolean","value":false,"description":"Always go to the inbox, not unread messages, when clicking on orangered"},"videoTimes":{"type":"boolean","value":true,"description":"Show lengths of videos when possible"},"videoUploaded":{"type":"boolean","value":false,"description":"Show upload date of videos when possible"},"toolbarFix":{"type":"boolean","value":true,"description":"Don't use Reddit Toolbar when linking to sites that may not function (twitter, youtube and others)"},"pinHeader":{"type":"enum","values":[{"name":"None","value":"none"},{"name":"Subreddit Bar only","value":"sub"},{"name":"User Bar","value":"userbar"},{"name":"Subreddit Bar and User bar","value":"subanduser"},{"name":"Full Header","value":"header"}],"value":"none","description":"Pin the subreddit bar or header to the top, even when you scroll."},"turboSelfText":{"type":"boolean","value":true,"description":"Preload selftext data to make selftext expandos faster (preloads after first expando)"},"showLastEditedTimestamp":{"type":"boolean","value":true,"description":"Show the time that a text post/comment was edited, without having to hover the timestamp."},"restoreSavedTab":{"type":"boolean","value":false,"description":"The saved tab on pages with the multireddit side bar is now located in that collapsible bar. This will restore it to the header. If you have the 'Save Comments' module enabled then you'll see both the links <em>and</em> comments tabs."}} | |
RESoptions.styleTweaks = {"navTop":{"type":"boolean","value":true,"description":"Moves the username navbar to the top (great on netbooks!)"},"commentBoxes":{"type":"boolean","value":true,"description":"Highlights comment boxes for easier reading / placefinding in large threads."},"commentRounded":{"type":"boolean","value":true,"description":"Round corners of comment boxes"},"commentHoverBorder":{"type":"boolean","value":false,"description":"Highlight comment box hierarchy on hover (turn off for faster performance)"},"commentIndent":{"type":"text","value":10,"description":"Indent comments by [x] pixels (only enter the number, no 'px')"},"continuity":{"type":"boolean","value":false,"description":"Show comment continuity lines"},"lightSwitch":{"type":"boolean","value":true,"description":"Enable lightswitch (toggle between light / dark reddit)"},"lightOrDark":{"type":"enum","values":[{"name":"Light","value":"light"},{"name":"Dark","value":"dark"}],"value":"light","description":"Light, or dark?"},"visitedStyle":{"type":"boolean","value":false,"description":"Reddit makes it so no links on comment pages appear as \"visited\" - including user profiles. This option undoes that."},"showExpandos":{"type":"boolean","value":true,"description":"Bring back video and text expando buttons for users with compressed link display"},"hideUnvotable":{"type":"boolean","value":false,"description":"Hide vote arrows on threads where you cannot vote (e.g. archived due to age)"},"colorBlindFriendly":{"type":"boolean","value":false,"description":"Use colorblind friendly styles when possible"},"scrollSubredditDropdown":{"type":"boolean","value":true,"description":"Scroll the standard subreddit dropdown (useful for pinned header and disabled Subreddit Manager)"}} | |
RESmodules.styleTweaks.nightModeWhitelist = ["nottheonion","unexpected"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment