Skip to content

Instantly share code, notes, and snippets.

@hvdijk
Created December 30, 2016 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hvdijk/46d9fce08965fb6324c6adf8d4b6bf04 to your computer and use it in GitHub Desktop.
Save hvdijk/46d9fce08965fb6324c6adf8d4b6bf04 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Standard Issue Quiz
// @namespace gigawatt.nl
// @version 1
// @include http://standardissuemagazine.com/quizzes/*
// @grant none
// ==/UserScript==
var s=document.createElement("script");
s.src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js";
s.onload=()=>$(()=>$(".wpProQuiz_questionInput").prop("type","radio"));
document.body.appendChild(s);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment