Append CSS in Javascript

/* This is your custom Javascript */
if (document.URL.indexOf("/quizzes/")){
    console.log('dk script start');
    var sheet = document.createElement('style');
    sheet.innerHTML = "/* YOUR CSS CLASSES */";
    document.head.appendChild(sheet);
    console.log('dk script done');
}

Posted

in

,

by

Tags: