Skip to content

Instantly share code, notes, and snippets.

@ItsOnlyBinary
Last active November 29, 2018 17:33
Show Gist options
  • Save ItsOnlyBinary/054990a63a9b0f780599155de2383e2c to your computer and use it in GitHub Desktop.
Save ItsOnlyBinary/054990a63a9b0f780599155de2383e2c to your computer and use it in GitHub Desktop.
<script>
kiwi.plugin('gecos', function(kiwi, log) {
kiwi.on('network.new', function(event) {
var queryGecos = kiwi.exports.helpers.Misc.queryStringVal('gecos');
event.network.gecos = queryGecos || "Fallback Gecos";
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment