export const toolTips = new Map([ ["useDefaultPlayerMode", `Set the default player mode. Could be Normal, Widescreen, Web fullscreen or Fullscreen.`], ["defaultPlayerMode", `Select the default player mode.`], ["applyPlayerModeOnPlay", `Apply mode on video play instead of page load.`], ["useDefaultPlayerLayout", `Set the default player layout. - Old: The legacy layout - New: The default new layout Warning: Some features won't work on old layout.`], ["defaultPlayerLayout", `Video player layout`], ["defaultBangumiLayout", `Bangumi player layout`], ["useDefaultVideoQuality", `Auto select the specified video quality. If the highest quality of video in lower than your choice, the highest quality will be used.`], ["defaultVideoQuality", "Select the default video quality."], ["autoLightOff", `Auto turn off the light when video starts playing, and turn on the light after complete.`], ["useDefaultDanmakuSettings", `Set the default settings about danmakus.`], ["enableDanmaku", `Disable this if you want to turn off danmakus by default.`], ["rememberDanmakuSettings", `Remember the "Prevent blocking subtitles" and "Smart danmaku mask" settings. If you change these settings on player, every video will apply these settings by default.`], ["expandDanmakuList", `Auto expand the danmaku list.`], ["autoPlay", `Auto start playing video on page load.`], ["autoContinue", `If playback history exists, auto continue from it.`], ["skipChargeList", `Skip charge acknowledgements on the end of some videos.`], ["framePlayback", `Append 2 buttons to the right of video time to seek video by frame. Support keyboard shortcut Shift+/. (Old layout can only use keyboard shortcut)`], ["playerFocus", `Auto scroll to the player when you enter the page.`], ["playerFocusOffset", `Set the scroll offset. (in px unit)`], ["customStyleColor", `Set the theme color for custom navbar, dark mode and more. Click the color circle to choose from 16 predefined colors, or input any valid hex color in textbox. (#rrggbb or #rgb)`], ["useDarkStyle", `Dark style looks much better at night, and will widely apply theme color.`], ["darkSchedule", `Schedule the dark mode time.`], ["compactLayout", `Use compact layout for homepage, reduce margin and remove rounded corner of video cards, use vector icons in categories.`], ["useCommentStyle", `- Remove "Follow" button on hot comments - Remove the level badge of user - Remove the platform info (like From Android client) - Move post time to upper right. - Use vector icons Tip: You can still access the removed "Follow" and level badge by hovering on their avatars.`], ["simplifyLiveroom", `- Hide master icon - Hide fan badge - Hide event title - Hide user level - Hide captain icon - Hide global notice - Hide welcome message (xxx master entered room) - Hide lottery draw notifications - Disable room skin Tip: Every item can be toggled individually in Add-ons.`], ["blurVideoControl", `Use background blur effect for video controls.`], ["customControlBackground", `Use a filled black rectangle as background of video controls instead of the original shadow effect.`], ["customControlBackgroundOpacity", `Set the opacity of rectangle`], ["harunaScale", `Make live room showgirl DPI-aware.`], ["removeLiveWatermark", `Remove the watermark of live stream`], ["removeVideoTopMask", `Remove the top mask of videos`], ["removeAds", `Remove all ads. including slideshow ads, mobile app ads and video ads.`], ["watchLaterRedirect", `Redirects all watchlater videos to the normal video page in order to use new layout.`], ["favoritesRedirect", `Redirects all videos in favorites from favorites playlist to the individual video page.`], ["hideTopSearch", `Use "Search" in place of search recommendations.`], ["fullTweetsTitle", `Always expand full title in the activities peek in navbar.`], ["fullPageTitle", `Always expand full title of video episodes. (Not work for bangumi)`], ["showDeadVideoTitle", `In your space, recover the title and cover of dead videos`], ["useBiliplusRedirect", `Jump to BiliPlus for dead videos.`], ["biliplusRedirect", `Append "Jump to BiliPlus" button to Add-ons.`], ["imageResolution", `Request hi-resolution images by your screen DPI. But also cause longer loading time.`], ["oldTweets", `Replace activities link by the old version, and you can switch between new and old versions in Add-ons.`], ["touchNavBar", `Allow to tap on a navbar item to view its popup info, instead of open the top-level link.`], ["comboLike", `Allow long press the like button to perform a combo like.`], ["touchVideoPlayer", `Increase margin of video control buttons for better touch experience. And enable touch gestures: - Left/Right slide to seek - Up/Down slide to adjust volume - Cancel a gesture on upper left/right corner - Slide on different position to use different sensibility.`], ["touchVideoPlayerAnimation", `Use experimental animations for touch gestures, but may cause frame drops.`], ["touchVideoPlayerDoubleTapControl", `Enable double-tap control: single tap to view/hide control bar, double tap to pause/resume.`], ["toast", `Show toasts on the lower left corner of page, including update notifications and error display.`], ["toastInternalError", `Show internal error messages, which may be helpful when reporting a bug.`], ["useCache", `Use cache to increase load speed of this userscript.`], ["outerWatchlater", `Move watchlater button from menu to outside.`], ["i18n", `[Experimental] Provides UI translation for some common words.`], ["i18nLanguage", `Set the target language.`], ["customNavbar", `Enable custom navbar to replace the legacy one. New navbars in live/photos/shop are not affected.`], ["customNavbarFill", `Use theme color to fill the navbar.`], ["allNavbarFill", `Fill theme color to all navbars, including live/photos/shop.`], ["customNavbarShadow", `Drop shadow for custom navbar.`], ["customNavbarCompact", `Use compact layout for custom navbar, provides smaller margins and use ... for long titles.`], ["customNavbarBlur", `If top banner exists, use background blur effect.`], ["playerShadow", `Use theme color shadow for player.`], ["narrowDanmaku", `Force preserve danmaku input in web fullscreen mode. May cause buttons on the right out of screen.`], ["hideOldEntry", `Hide "Back to old" buttons in new layout.`], ["hideBanner", `Hide top banner.`], ["allowJumpContinue", `Allow jump to episodes different from current.`], ["hideBangumiReviews", `Hide reviews on bangumi page.`], ["videoScreenshot", `Append screenshot button to the right of video time. Support keyboard shortcut Ctrl+Alt+C. (Old layout can only use keyboard shortcut)`], ]); export default { export: { toolTips }, };