Smart Naming missing delay in the new UI #2437
Unanswered
Black-Platypus
asked this question in
Help and Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Your question
The legacy UI has an option to delay capturing the page title by a set amount of ms.
The new UI doesn't: Please bring it back.
I have userScripts in place to rename page titles, so all I need is for VDH to get the
document.title
after I'm done with it.I've been noticing VDH failing to do that properly for a while now (irregularly); I don't know what causes it to fail, and I'd like to minimize the ways in which things go wrong.
Addon & CoApp version and details
version: 9.5.0.1
target: google
channel: stable
lang: en-US
coapp: {"found":true,"new_version":false,"path":"C:\Program Files\DownloadHelper CoApp\vdhcoapp.exe","version":"2.0.19"}
license: {"unset":true}
platform: x86-64 win
UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36
{
"http_media_download_strategy": "inbrowser",
"used_history_button": true,
"download_directory": "K:\[Series]\# new",
"never_show_no_incognito_msg_again": true,
"view_options": {
"all_tabs": false,
"hide_downloaded": true,
"low_quality": false,
"show_button_clean": true,
"show_button_clean_all": true,
"show_button_convert_local": false,
"sort_by_status": true,
"sort_reverse": false
},
"default_action": "copy",
"use_wide_ui": false,
"use_legacy_ui": false,
"use_sidebar": true,
"open_count_store": 2,
"successfull_dl": 14,
"never_show_successfull_dl_message": true,
"download_history": {
"__serializer_tag": "map",
"__serializer_value": []
}
}
Beta Was this translation helpful? Give feedback.
All reactions