This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name ABC election count with aec data auto fill | |
// @namespace ? | |
// @description Auto fills the candidates. | |
// @include http://www2b.abc.net.au/Elections/View/SenateCalculator.aspx?e=34&ca=wa | |
// @version 1 | |
// @grant GM_xmlhttpRequest | |
// @require http://code.jquery.com/jquery-1.11.0.min.js | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data = { | |
'room_id1': [ | |
{ | |
'abstract': '', | |
'end': '2013-07-06 09:00:00+11:00', | |
'start': '1970-01-01 10:00:00+10:00', | |
'title': 'Not Yet Started'}, | |
{ | |
'abstract': '', | |
'conf_url': '1386831022.76', |
NewerOlder