Greasy Fork Enhance

Enhance your experience at Greasyfork.

Verze ze dne 23. 08. 2024. Zobrazit nejnovější verzi.

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
PRO-2684
Hodnocení
0 0 0
Verze
0.8.1
Vytvořeno
25. 05. 2023
Aktualizováno
23. 08. 2024
Size
32,0 KB
Licence
GPL-3.0
Spustit na

Greasy Fork

If you encounter formatting issues reading Greasy Fork's README, please visit the README on GitHub for a better experience.

🪄 Functions

  • Filter out (hides) scripts whose name matches the given regular expression, disabled when left empty (examples listed below)
    • .{30,}: Hide scripts whose name length is greater than 30
    • 网盘|网课|网购: Hide scripts containing 网盘, 网课, or 网购
    • [\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2580-\u27BF]|\uD83E[\uDD10-\uDEFF]|\uFE0F: Hide scripts containing emojis
  • Add anchors for headers (h1~h6) at Greasyfork pages, so you can navigate easily
  • Quickly goes back to top
    • Double click white space at either sides
    • Click button at lower right corner
  • Aside panel for showing outline (Dynamic opacity)
  • Fix current tab link to make it functional as well (Including tabs at script detail page and the logo at homepage)
  • Larger file drop area
  • Copy/hide/show code support (Test link)
    • Auto hide code that has larger line number than given value
  • More recognizable tables
  • Flat layout
  • Show version number in script list
  • Advanced search syntax (Case-insensitive)
    • site:: Only display scripts for given site, e.g. query ad site:youtube.com will navigate you to https://greatest.deepsurf.us/scripts/by-site/youtube.com?q=ad
    • type:: Search in specified type, including:
    • script: Script search (default)
    • lib, library: Library search
    • code: Code search
    • user: User search
    • lang:: Specify programming language (Only for script search)
    • js, javascript: JavaScript (default)
    • css: CSS
    • any, all: All languages
    • sort:: Specify sorting method (Only for script search)
    • rel, relevant, relevance: Sort by relevance (default when query is given)
    • day, daily, daily_install, daily_installs: Sort by daily installs (default when no query is given)
    • total, total_install, total_installs: Sort by total installs
    • score, rate, rating, ratings: Sort by rating
    • created, created_at: Sort by creation time
    • updated, updated_at: Sort by update time
    • name, title: Sort by name
  • Display alternative URLs for libraries
  • Display a short link to current script
  • Keyboard shortcuts
    • Ctrl+Enter inside a textarea to submit forms
    • Enter to focus on first search box / textarea
    • Escape to unfocus
  • Image proxy using wsrv.nl
  • Customize Tab indentation size

⚙️ Configuation

Config marked with * requires refreshing to take effect

  • Regex Filter: Use regex to filter out matching scripts
  • Auto hide code: Whether to hide long code snippets
  • Min rows to hide: Minimum number of rows to hide that piece of code
  • Tab size: Tab indentation size
  • Hide buttons: Whether to hide floating buttons
  • Flat layout: Whether to enable flat layout
  • Show version: Show version number in script list
  • Animation: Enable animation
  • Alternative URLs for library: Display alternative URLs for libraries
  • Short link: Display a short link to current script
  • Shortcut: Enable keyboard shortcuts
  • *Search syntax: Enable partial search syntax
  • *Image proxy: Use wsrv.nl as proxy for user-uploaded images