
Use JavaScript functions (also for webviewer)
Since JS is by default enabled in extension so there is no need to set it manually.
If you are using WebViewer then you can skip this step
Js: document.getElementById("text_box_id").value = "test_value";
Username and Password textboxes have id user_login and login_pass on the website so blocks will be these:
To uncheck it call the function again.
document.getElementById("btn_id").click();For example, login page has a button named Log In whose id is wp-submit so blocks will like this:
1.Set up webview
It is same as previous:
To block ads we need to specify ad hosts which we want to block.
Download File: ad host.txt (54.7 KB)
Thanks to @Maayur
It conatins 3k+ ad hosts.
Your blocks should be like this:
3.Testing
To test it, I tried to load this 3 website.
Here is the result:







0 Comments