Adds direct-download buttons and links for Pixeldrain files using an alternate proxy — inspired by 'Pixeldrain Download Bypass' by hhoneeyy and MegaLime0
这些是此脚本的所有版本。 只显示代码变更过的版本。
feat: Add ZIP download for single files and button label refinements
handleFileList
CONFIG.COMMANDS
directDownload
1.5.6ab
1.5.6b
feat: Add download as ZIP option for file lists and expand domain matching
copyURL
getSelectedFile
@match
https://pixeldrain.dev/*
https://pixeldra.in/*
1.5.6aa
refactor(media): Improve video player bypass and fix JDownloader issues
modAllowPlayer
MutationObserver
CONFIG.ON_ELEMENTS
timeout
GM_xmlhttpRequest
insertAdjacentElement
.after()
1.5.6a
feat: add proxy media loading and refactor config/commands system
fix: unify copy function and fix single-file URL copy behavior
refactor(ui): polish layout, shorten labels, and improve JDownloader integration
feat: add "copy all bypass URLs" feature and improve button ordering
copyAllBypassURL
handleSingleFile
fix: Handle massive download error more gracefully
Adds a check in the massiveDownload function to display a server message if a file is not available.
massiveDownload
fix(list): Skip unavailable files during iteration
Corrects a bug in handleFileList where return was used instead of continue inside the loop. Previously, the function would stop processing the entire file list as soon as it encountered an unavailable file. This change ensures that only the unavailable file is skipped and the iteration continues, allowing the processing of subsequent files in the list.
return
continue
feat: Add direct download and open buttons
openBypassURL
/flash/addcnl
getFinalURL
createButton
showModal
document.createElement("template")
innerHTML
init
?.
refactor: Improve list handling and code readability
for...of
availableFiles
filesLinkHTML
bypassURLS
The version has been updated to 1.5.0.
1.5.0
refactor(jdownloader): Use final URL for JDownloader integration
HEAD
setBypassURL
file
sendToJDownloader
1.4.5
fix: Use configured proxy for JDownloader URLs
gamedriveorg.pd28.workers.dev
selectedProxy
1.4.4
refactor(jdownloader): Add direct JDownloader button for single files
createJDownloaderForm
createElementWithListener
wrapHTMLToElement
1.4.3
feat(ux): Add option to show scrollbar for long file names
preferences
PDLB_CONFIG
overflow: hidden
overflow: scroll
container-names
fix(ui): Fix horizontal scrollbar on modal links
overflow: initial;
<pre>
feat(ui): Add layout improvements and URL link styling
...
max-height
max-width
feat(jdownloader): Add direct support for JDownloader
extraContent
createButtonHTML
type
downloadURL
feat(config): Add custom proxy configuration via script manager's menu
GM_registerMenuCommand
GM_getValue
GM_setValue
feat(ux): Add showModal enhancements
feat: add 'Copy bypass URL' button for list view too