Alpe

comixology2 settings

May 5th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /* Settings */
  2. var defaultUsername="ComicFan"; /* This is the username that shows when Ubooquity isn't set to use accounts. */
  3. var defaultSearch="comics"; /* Set to "comics" or "books". Only applies to pages outside of /comics/ or /books/ (homepage, files, mobile, my books). */
  4. var comicsBaseID=null; /* Set to null to disable publisher page. */
  5. var featuredPublishers=["DC Comics","Marvel","Image","IDW Publishing","Dark Horse Comics", "Vertigo"]; /* set to null to disable Featured publisher list */
  6. var booksBaseID=null; /* Set to null to disable author page. */
  7. var storyArcID=null; /* Set to null to disable story arc functions. */
  8. var seriesID=null; /* Set to null to disable series functions. */
  9. var homepageIssues=30; /* Number of issues to display in homepage sliders (in Latest/Random Comics/Books). */
  10. var maxPages=20; /* Maximum number of pages to look for items (ie. Featured publishers), 20 should be plenty for most cases */
  11. var showRandom=true; /* Show Random Comics/Random Books sliders on homepage. */
  12. var registerLink=false; /* Include register link on login form (currently broken since there's no method for import, leave disabled).*/
  13. var hideCoverList=true; /* Remove table of alternate covers from comic descriptions. */
  14. var weirdIssueNumbers=["001.MU","034.DC"]; /* Weird comic numbering cases too weird to parse automatically. */
  15. var bookmarkConfirm=false; /* Popup an alert when you bookmark something. */
  16. var showBookCount = true; /* Show number of books/issues in folder subtitle. */
  17. var showComicIssueTitle = false; /* Show issue title on comic details page. */
  18. var hideSocialLinks = false; /* Hide non-functional social share bar on book details and series/arc pages. */
  19. var useSimpleArcTemplate = true; /* Use more Comixology-like template for series/story arc pages (doesn't have bookmark button). */
  20. var audiobookShare=null /* Name of share in Files is used for audiobooks. Set to null (not "null") to disable. */
  21. var autoPlayAudiobooks = false; /* Automatically start playing the first track of an audiobook when loaded. */
  22.  
  23. /* Ubooquity settings not available in API (Set these to match your Ubooquity settings manually) */
  24. var bookmarkUsingCookies=true; /* Store bookmarks in cookies instead of the server */
  25. var displayTitleInsteadOfFileName=true; /* Display title from metadata instead of file name */
Advertisement
Add Comment
Please, Sign In to add comment