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 Add CDC (ComfortDelgro Driving Centre) class bookings to google calendar | |
// @namespace ktaragorn | |
// @description Adds a link to export the class booking to google calendar so that you dont make mistakes in manual entry of date/time and miss the class | |
// @include https://www.cdc.com.sg/NewPortal/Booking/ReportPrView.aspx?ReceiptNo=* | |
// @version 2 | |
// @grant none | |
// ==/UserScript== | |
function make_date(time_array){ |
OlderNewer