Skip to content

Instantly share code, notes, and snippets.

View Kamprath's full-sized avatar

Johnny Kamprath

View GitHub Profile
@Kamprath
Kamprath / allow_ssid_emojis_netgear_genie.userscript.js
Last active May 25, 2017 19:59
Allow Emojis in SSIDs for NETGEAR Genie
// ==UserScript==
// @name Allow Emojis in SSIDs for NETGEAR Genie
// @version 1.0
// @description Removes form validation in NETGEAR Genie's Wireless Network settings to allow emojis in SSIDs.
// @match http://192.168.1.1/*
// @grant none
// ==/UserScript==
(function() {
/**