Skip to content

Instantly share code, notes, and snippets.

@Anzumana
Last active September 3, 2015 21:56
Show Gist options
  • Save Anzumana/02a1154bd59407dcc4fa to your computer and use it in GitHub Desktop.
Save Anzumana/02a1154bd59407dcc4fa to your computer and use it in GitHub Desktop.
Tampermonkey / Greasmonkey Script to enhance http://www.clistudios.com/ Experience Tested with Tampermonkey . Please Report any issues with the script
// ==UserScript==
// @name Clistudio Script
// @namespace http://www.clistudios.com/
// @description Dance Studio Online
// @author Anzumana Taal
// @match http://www.clistudios.com/*
// @grant none
// @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js
// @downloadURL https://gist.github.com/Anzumana/02a1154bd59407dcc4fa/raw/clistudios.user.js
// @updateURL https://gist.github.com/Anzumana/02a1154bd59407dcc4fa/raw/clistudios.user.js
// @version 1.1.3
// ==/UserScript==
alert($("h1").text());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment