Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

A few lines of code to let you choose your own name in kahoot - a script to override the "Friendly Nickname Generator"

License

Notifications You must be signed in to change notification settings

awt-256/kahoot-no-namerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

kahoot-no-namerator

A few lines of code to let you choose your own name in kahoot. (Overrides the "Friendly Nickname Generator")

Run the following code in your browser's console before you enter the pin of your game.

function inject(module) {
    const uuid = Math.random();
    window.webpackJsonp.push([[], {[uuid]: module}, [[uuid]]]);
  
    return uuid;
}
inject((_,__, {c: cache}) => {
    for (const i in cache) if (cache[i].exports && cache[i].exports.a && cache[i].exports.a.NAMERATOR && cache[i].exports.a.JOIN) {
        cache[i].exports.a.NAMERATOR = cache[i].exports.a.JOIN;
    }
});

Or, paste this into the url (or as a bookmark) of your browser before you enter the pin of your game.

javascript:((u,i)=>webpackJsonp.push([[],{[u]:(m,e,{c})=>{for(i in c)c[i].exports&&c[i].exports.a&&c[i].exports.a.NAMERATOR&&(c[i].exports.a.NAMERATOR=c[i].exports.a.JOIN)}},[[u]]]))(Math.random());

About

A few lines of code to let you choose your own name in kahoot - a script to override the "Friendly Nickname Generator"

Resources

License

Stars

Watchers

Forks