Greasy Fork

Greasy Fork is available in English.

Supercharged Local Directory File Browser (Nick2bad4u Version)

Makes directory index pages (either local or remote open directories) actually useful. Adds sidebar and content preview pane; keyboard navigation; sorting; light/dark UI; preview images/fonts in navigable grids; browse subdirectories w/o page reload (“tree view”); media playback, shuffle/loop options; basic playlist (m3u, extm3u) & cuesheet (.cue) support; create, edit, preview, save markdown/plain text files; open font files, view complete glyph repertoire, save glyphs as .svg; more.

当前为 2024-11-04 提交的版本,查看 最新版本

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
Nick2bad4u
评分
0 0 0
版本
8.1.5
创建于
2024-11-04
更新于
2024-11-04
大小
542.6 KB
许可证
GPL-3.0-or-later
适用于

/* eslint-disable no-case-declarations, no-fallthrough, indent, no-mixed-spaces-and-tabs, no-multi-spaces, no-return-assign, no-useless-escape, quotes */
/* jshint esversion: 6 */

// ==UserScript==
// @name Supercharged Local Directory File Browser (Nick2bad4u Version)
// @version 8.1.4
// @description Makes directory index pages (either local or remote open directories) actually useful. Adds sidebar and content preview pane; keyboard navigation; sorting; light/dark UI; preview images/fonts in navigable grids; browse subdirectories w/o page reload (“tree view”); media playback, shuffle/loop options; basic playlist (m3u, extm3u) & cuesheet (.cue) support; create, edit, preview, save markdown/plain text files; open font files, view complete glyph repertoire, save glyphs as .svg; more.
// @author gaspar_schot
// @author Nick2bad4u
// @namespace https://github.com/Nick2bad4u/UserStyles
// @license GPL-3.0-or-later
// @homepageURL https://openuserjs.org/scripts/gaspar_schot/Supercharged_Local_Directory_File_Browser
// @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACAAgMAAAC+UIlYAAAACVBMVEUmRcmZzP8zmf8pVcWPAAAAAXRSTlMAQObYZgAAAFBJREFUeF7tyqERwDAMBEE3mX5UiqDmqwwziTPHjG7xrmzrLFtRaApDIRiKQlMYCsFQFJrCUAiGotAU5hTA1WB4fhkMBsOJwWAwgHvB8CHpBcTbpxy4RZNvAAAAAElFTkSuQmCC
// @match file://*/*
// @match https://www.example.com/path/to/directory/*
// @exclude file://*/*.*
// @require https://cdn.jsdelivr.net/npm/[email protected]/dist/markdown-it.min.js
// @require https://cdn.jsdelivr.net/npm/[email protected]/dist/markdown-it-footnote.min.js
// @require https://cdn.jsdelivr.net/npm/[email protected]/dist/markdown-it-toc-made-right.min.js
// @require https://cdn.jsdelivr.net/npm/[email protected]/dist/markdown-it-sub.min.js
// @require https://cdn.jsdelivr.net/npm/[email protected]/dist/markdown-it-sup.min.js
// @require https://cdn.jsdelivr.net/npm/[email protected]/dist/markdown-it-deflist.min.js
// @require https://cdn.jsdelivr.net/npm/[email protected]/dist/markdown-it-multimd-table.min.js
// @require https://cdn.jsdelivr.net/npm/[email protected]/dist/markdown-it-center-text.min.js
// @require https://cdn.jsdelivr.net/npm/[email protected]/dist/opentype.min.js
// @require https://cdn.jsdelivr.net/npm/@gerhobbelt/[email protected]/dist/markdownItCheckbox.umd.js
// @downloadURL https://openuserjs.org/install/gaspar_schot/Supercharged_Local_Directory_File_Browser.user.js
// @updateURL https://openuserjs.org/meta/gaspar_schot/Supercharged_Local_Directory_File_Browser.meta.js