Posts: 245
Threads: 5
Joined: Nov 2022
(11-11-2023, 04:57 PM)CentBrowser Wrote: This feature doesn't support variables for now.
These variables seem no much use except for yt-dlp.
Even in yt-dlp, there are still many scenarios to consider.
For example, many <video> are within <iframe>, in such case we need to send {COOKIES} and {REFERRER} of <iframe> URL instead of current tab URL.
But command bookmark doesn't know this.
add at least just sending a link
Posts: 6,203
Threads: 90
Joined: Oct 2014
(11-13-2023, 02:26 PM)QZMTCH Wrote: add at least just sending a link
OK, will add support for {URL} in the next version.
Posts: 245
Threads: 5
Joined: Nov 2022
11-14-2023, 09:30 PM
(This post was last modified: 11-14-2023, 09:38 PM by QZMTCH.)
(11-14-2023, 03:58 PM)CentBrowser Wrote: OK, will add support for {URL} in the next version.
oh thank you, this function will definitely have users
maybe then (if possible) make the writing like in bookmarklets
location.href?
but if it's easier to add
{URL} then ok, you can add it
(better yet add both)
Posts: 23
Threads: 2
Joined: Aug 2024
(05-28-2017, 10:58 AM)Admini Wrote: If you want to backup as less files as possible, there is a file list in the attachment.
You should put it in your installation directory(the same directory with chrome.exe).
file_list.txt (Size: 273 bytes / Downloads: 675)
Then you can add a command bookmark having the following content:
cmd://cmd.exe /c for /f "delims=" %I in (..\file_list.txt) do xcopy /siy "..\%I" "E:\My_Cent_Profile\"
(You should change E:\My_Cent_Profile\ to your own path)
When you want to do a backup, just click the command bookmark.
The
file_list.txt as specified attachment is outdated because it does not exist, while it's part of the
CMD command. If this message is useful, it should be updated.
Posts: 6,203
Threads: 90
Joined: Oct 2014
(08-21-2024, 07:10 AM)Sneisi Wrote: The file_list.txt as specified attachment is outdated because it does not exist, while it's part of the CMD command. If this message is useful, it should be updated.
Now we have "Wipe browsing data", so this is not needed anymore.
Backup the whole "User Data" directory after wiping is enough.