How can I configure CustomWebView to make TaifunTools' KeepScreenOn feature work for only one specific page of my website?

Read the documentation to find a suitable event

For example the PageLoaded event and add an if statement like this

if url = your important url 
Then Keep screen on
Else don't keep screen on

Taifun