透過多項改進使Greasy Fork更加實用且美觀:在標題旁新增腳本圖示;實作用於編輯描述和留言的完整HTML工具列;建立新的腳本直接下載按鈕;允許透過中繼資料進行自訂(顏色、版權、社群圖示);以及其他介面和可用性最佳化。
這裡顯示腳本的所有版本。 只顯示彼此間有代碼差異的版本。
Translations into and added
Version 1.4 represents a major evolution from 1.3, shifting the focus from a Markdown-based editor to a full HTML editor. This update introduces new features, improves user interactivity, and offers much richer control over content formatting.
1. Migration from Markdown to HTML: The most significant change is the replacement of Markdown syntax with HTML syntax. While version 1.3 generated markups like **bold** and *italic*, version 1.4 now generates the corresponding HTML tags, such as <strong>bold</strong> and <em>italic</em>. This allows for more robust and web-compatible formatting.
**bold**
*italic*
<strong>bold</strong>
<em>italic</em>
2. Enhanced User Interface with Custom Dialog Boxes:
prompts
showCustomPrompt
showCustomAlert
3. New Features and Editing Tools:
<details>
<center>
<hr>
4. User Experience (UX) Improvements:
Tab
Shift + Enter
<br>
try-catch
New Functions:
showCustomAlert(message)
showCustomPrompt({ inputs, onConfirm })
showInfoModal()
Updated Functions (createTextStyleEditor):
createTextStyleEditor
##
<h1...6>
<ul>
<ol>
<li>
<blockquote>
prompt()
textarea
keydown
Fixing dependency issues
Significant visual improvements to the page