Skip to content

Blocking network urls in uc mode #2580

Answered by mdmintz
iohansson asked this question in Q&A
Discussion options

You must be logged in to vote

The methods like uc_open_with_tab(url) and uc_open_with_reconnect(url, reconnect_time) open URLs in a new tab. However, execute_cdp_cmd() only affects the current tab. You can get around that by using uc_open(url) after you've called execute_cdp_cmd() (or if you refresh the page).

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@iohansson
Comment options

@mdmintz
Comment options

@iohansson
Comment options

@mdmintz
Comment options

@iohansson
Comment options

Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants