您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Makes file:/// directory ("Index of...") pages (and many server-generated index pages) actually useful. Adds sidebar and preview pane; keyboard navigation and sorting; media playback with shuffle, loop, and playlist (m3u) support; preview, edit, and save markdown/plain text files; preview images and fonts, with grid view; user-defined bookmarks; more.
当前为
VERSION 4.1.3.2 FIXED: Image grid didn't show SVG files if width and height were set to 100%. Added custom folder favicon for local directories. Other small style tweaks.
VERSION 4.1.3.1 FIXED: Images couldn't be scaled to less than 24 x 24px.
VERSION 4.1.3 FIXED: Finally fixed image scaling and zooming. Sorry for the delay. IMPROVED: Allow image scaling > 100%. IMPROVED: Show image scale percentage in the content title bar. IMPROVED: Show custom file icons in content title bar. IMPROVED: Highlight grid button when grid is loaded (or hidden). FIXED: Invisible files were being selected even if "Show invisibles" was unchecked. Various other small fixes and style tweaks.
ABOUT This script transforms the default local directory page (and many server-generated index pages) into a full-featured file browser, with a resizable sidebar and preview pane. (See screenshots below.)
If you like this script, please consider making a donation to encourage development. Thanks!
FEATURES INCLUDE:
${toc}
) ( https://github.com/nagaozen/markdown-it-toc-done-right )\[ ], [x]
), allowed in lists and deflists.^sup^
) ( https://github.com/markdown-it/markdown-it-sup )~sub~
) ( https://github.com/markdown-it/markdown-it-sub )->centered<-
) ( https://github.com/jay-hodgson/markdown-it-center-text )IMPORTANT: After installing, you should look at the "User Settings" section in the code at the top of the script. There you can edit the shortcut menus and set defaults for many UI features. There is additional information in the comments.
NOTE: By default, userscripts will not run on file:/// urls, so for this script to work, you will have to enable it in your browser extension settings (e.g.: For Tampermonkey in Chrome, go to Chrome the extension page, click the details button on the Tampermonkey pane and check 'Allow access to file URLs'). Safari does not allow local directories to be browsed, so the script will not work on local directories, but it will work on remote directories (or on local directories through a local server).
NOTE: The script works on many server-generated index pages, too. Just add an @include line for each url at the top of the script.
NOTE: This script was developed in Vivaldi, running on Mac OS High Sierra. It has been tested in several other Chrome and Gecko-based browsers. It has been very minimally tested on Windows and not at all on other OSes or browsers. It should work, but please report any issues. No attempt has been made to support older browsers.
KEYBINDINGS (These don't work in all browsers):
PREVIOUS CHANGES
VERSION 4.1.2 FIXED, CHANGED, & IMPROVED: Image, font, and font glyph grids.
FIXED and IMPROVED: Playlists.
IMPROVED: Currently selected sidebar item will now scroll into view after various events, like sorting change, showing/hiding details, resizing sidebar, etc. FIXED: Several menu items weren't working: Default User Settings, Export User settings, Contact, and Donate (that might explain a few things...). FIXED: Document title didn't include entire path. Many other small bug fixes and style tweaks, including some specifically for Firefox and Safari.
VERSION 4.1.1 A few fixes and style tweaks.
VERSION 4.1.0 NEW: Basic support for media playlists (.m3u and .m3u8).
NEW: Open local fonts directly and view font information and complete glyph repertoire. (The previous ability to browse fonts in the directory list is unchanged.)
VERSION 4.0.6.1 FIXED: Really updated markdown-it and plugins.
VERSION 4.0.6
FIXED: An issue with video display.
FIXED: Several styling issues in Firefox, including textarea
in text editor not expanding to full window height.
FIXED: An issue with some servers that add a trailing '/' to the query string.
IMPROVED: Updated markdown-it to v9.0.1; also updated some markdown-it plugins.
NEWS: Version 4.1, with a new feature of interest to designers, is in development.
VERSION 4.0.5b IMPROVED: Clicking "Parent Directory" link in previewed directories now remembers sorting and numbering prefs. FIXED: Hopefully fixed close content behavior. FIXED: Several bugs with sorting items by size. FIXED: Various minor styling issues and tweaks. Known issue: PDFs don't always display when selected; this seems to be an issue with Chrome. I will attempt to address this in future updates.
VERSION 4.0.4b Wrapping things up.... FIXED: Left/Right arrow key navigation failed for video files FIXED: Content preview title wasn't being set for autoloaded images. FIXED: An issue with autoloading media and cover art when the first media file was a video. FIXED: Various issues with parsing local directory indexes in Firefox. FIXED: Various issues with parsing, calculating, and displaying file size and date-modified information. IMPROVED: Attempted to make index-type detection and index prep more generic, so that the script will work with more sites "out of the box." IMPROVED: Made index prep much more efficient, especially for table-type index pages and directories with many items. IMPROVED: Better error handling for directories with percent-encoded characters in file names. IMPROVED: Changed order of sorting headers to better align with sort data in list. OTHER: More minor styling issues and improvements. Please report any bugs or feature requests to mshroud AT gmail.com. And consider buying me a coffee if you find the script useful. Thanks!
VERSION 4.0.3b ADDED: Preview current directory index source: click the double-caret icon in the sidebar stats footer to toggle preview. This is useful for server configurations that include information in addition to the index itself and is quicker than opening a separate "View source" tab. FIXED: An issue with content display caused by the fix for pdf display in the previous version. FIXED: Up directory navigation didn't correctly account for invisible files and directories when selecting previously selected directory. FIXED: More issues with prepping "pre"-type index pages. FIXED: Some issues with Error page display. FIXED: Various minor styling issues. CHANGED: Moved "Disable Text Editing" menu item to top level. Many other small improvements and tweaks.
VERSION 4.0.2b FIXED: Pdf display (I hope).
VERSION 4.0.1b
FIXED: Audio files weren't being loaded.
FIXED: Script would fail if a file name included a special regex character [\^$.|?*+()
.
FIXED: Various issues with parsing "pre"-type index pages.
IMPROVED: Sorting and display of items with names beginning with white spaces.
IMPROVED: More efficient and robust index type detection.
ADDED: Sorting for previewed directory contents. Initial sorting is the same as the parent's current sort pref.
ADDED: Custom icons and numbering for previewed directory contents; numbering reflects the parent's current numbering pref.
NOTE: There is an issue with Chrome browsers and pdf file display, so pdfs don't display reliably.
NOTE: Some further fixes and styles tweaks coming.
VERSION 4.0.0b: Numerous additions, improvements, and massive internal changes. Virtually no line of code has been left untouched. "b" === "bugs" likely; updates will be forthcoming. IMPORTANT: This version uses a new format for user settings in the code; you will have to re-enter your defaults manually after updating. - Do NOT use exported settings from any earlier version of the script. NEW: Added independent text editor pane.
postMessage
to communicate between iframe and parent.
IMPROVED: Content display: use the same code to prep and style directory contents in the preview pane.
IMPROVED: Live sorting of grid items (but images and fonts are still sorted separately).
IMPROVED: Image zoom positioned accurately under click.
IMPROVED: Better handling of 404 Errors (Page not found): server error message will appear in sidebar, warning icon in content pane.
IMPROVED: File URLs: If a file URL (instead of a directory) is entered directly in the browser URL bar, the parent directory will be loaded instead and the file automatically selected.
IMPROVED: Navigation: modifed highlighting styles to show when a non-audio item is selected for navigation vs. when it is loaded in preview pane but not selected (e.g. click a directory and then click an audio file; the directory item will be dimmed).
IMPROVED: Audio: Greatly simplified shuffle play code and fixed several bugs; shuffle list now correctly updates when individual audio tracks are checked or unchecked.
CHANGED: Moved scale buttons and prev/next image buttons to preview title bar.
CHANGED: Sort by "Name" always sorts files and directories together; "Default" sort always keeps files and directories separate.
FIXED: Text editing: Some issues with split-pane resizing.
FIXED: Cmd/Ctr+W (close) should work now: previewed content will be closed first, then audio, then the browser tab itself.
FIXED: Don't autoload audio cover art when next audio track begins; i.e., leave open whatever file is being previewed, including cover art or lyrics.
FIXED: An issue with sorting by size.
FIXED: An issue with the user UI font setting.
FIXED: Navigation by typed string now correctly scrolls directory list.
OTHER: Many small style fixes and tweaks. Among others, make the previewed image and image grid background color light in default theme.
INTERNAL: Complete code overhaul.STILL TO COME:
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址