Skip to content

Instantly share code, notes, and snippets.

@MrGrays
Forked from ItsOnlyBinary/autoConnectParam.html
Created December 12, 2019 18:46
Show Gist options
  • Save MrGrays/0aeb93874a4dac9be5c114950482423d to your computer and use it in GitHub Desktop.
Save MrGrays/0aeb93874a4dac9be5c114950482423d to your computer and use it in GitHub Desktop.
<script>
kiwi.plugin('test', function(kiwi, log){
var misc = kiwi.require('helpers/Misc');
if (!!misc.queryStringVal('autoconnect')) {
kiwi.state.setSetting('settings.startupOptions.autoConnect', true);
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment