Created
January 26, 2019 01:13
-
-
Save fer-ri/2594c4e469f6f030ec1f8772417380fb to your computer and use it in GitHub Desktop.
Helper to set Period and NameServer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('select.select_period').val('12M').trigger('change'); | |
$('.freenomBtn.useDNS').click(); | |
$('.freenomBtn.useOwnDNS').click(); | |
$('input[id*="_dn1"]').val(''); | |
$('input[id*="_dn2"]').val(''); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment