Skip to content

Instantly share code, notes, and snippets.

@EliTheCoder
Last active April 23, 2016 15:17
Show Gist options
  • Save EliTheCoder/4572b8e9f9a12671514cf0968613afa3 to your computer and use it in GitHub Desktop.
Save EliTheCoder/4572b8e9f9a12671514cf0968613afa3 to your computer and use it in GitHub Desktop.
// Code By: EX master
// Website: EX-Games.org
// Add Bookmarklet with URL: 'javascript:(function() {Game.LoadMod('https://gist.github.com/EXmaster9/4572b8e9f9a12671514cf0968613afa3.js');}());'
// _____ _ _ _____ _
// / ____| | | (_) / ____| | |
// | | ___ ___ | | ___ ___ | | ___ _ __ ___ _ __ ___ __ _ _ __ __| | ___ _ __
// | | / _ \ / _ \| |/ / |/ _ \ | | / _ \| '_ ` _ \| '_ ` _ \ / _` | '_ \ / _` |/ _ \ '__|
// | |___| (_) | (_) | <| | __/ | |___| (_) | | | | | | | | | | | (_| | | | | (_| | __/ |
// \_____\___/ \___/|_|\_\_|\___| \_____\___/|_| |_| |_|_| |_| |_|\__,_|_| |_|\__,_|\___|_|
// And finnaly...
// The Code:
var commander = {};
commander.timetill = document.createElement("div")
commander.timetilltext = document.createTextNode("Time Till:")
commander.timetill.appendChild(timetilltext);
commander.cookiecounter = document.getElementById("bakeryNameAnchor");
commander.cookiecounter.appendChild(timetill);
commander.timetill.setAttribute("class","title")
commander.ttgrandma = document.createTextNode("Grandma:");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment