Add 'DuckDuckGo' to HelpProviderName list

Avatar
  • updated
  • Closed

Please add DuckDuckGo to HelpProviderName options

Pinned replies
Avatar
0
anonymous
  • Answer
  • Under Review

If you are an On Prem user, you can add the Duckduckgo.com site to your ~/ScreenConnect/AppData/Helper folder.


Copy this code into notepad and save as html:


<?user-agent Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0)?>

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<base target="_top" />
<style>
html, body, iframe {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
border: none;
}
</style>
<script>

function executeSearch(query) {
document.getElementById('frame').src = 'http://www.duckduckgo.com/?q=' + window.encodeURIComponent(query || '');
}

function handleExternalPropertyChange(propertyName, value) {
if (propertyName == 'helperText')
window.executeSearch(value);
}

window.onload = function () {
window.executeSearch(window.external.helperText);
}

</script>
</head>
<body>
<iframe id="frame"></iframe>
</body>
</html>

Leaving this post open, for a method to allow cloud users to adjust the sites used in the helper tool.

Avatar
0
anonymous
  • Answer
  • Under Review

If you are an On Prem user, you can add the Duckduckgo.com site to your ~/ScreenConnect/AppData/Helper folder.


Copy this code into notepad and save as html:


<?user-agent Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0)?>

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<base target="_top" />
<style>
html, body, iframe {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
border: none;
}
</style>
<script>

function executeSearch(query) {
document.getElementById('frame').src = 'http://www.duckduckgo.com/?q=' + window.encodeURIComponent(query || '');
}

function handleExternalPropertyChange(propertyName, value) {
if (propertyName == 'helperText')
window.executeSearch(value);
}

window.onload = function () {
window.executeSearch(window.external.helperText);
}

</script>
</head>
<body>
<iframe id="frame"></iframe>
</body>
</html>

Leaving this post open, for a method to allow cloud users to adjust the sites used in the helper tool.

Avatar
0
anonymous
  • Closed


Top contributors

Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar