Created
June 6, 2022 10:08
-
-
Save vachzar/e7c18ea058ff1045bfa57521e98ee5dd to your computer and use it in GitHub Desktop.
automatically select a City on schedule page at Cinepolis
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 Cinepolis City Default Selector | |
// @namespace vachzar/CinepolisCitySelector | |
// @version 0.1 | |
// @license DBAD | |
// @description automatically select a City on schedule page | |
// @author vachzar | |
// @match https://cinepolis.co.id/Schedule.aspx | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=co.id | |
// @grant none | |
// ==/UserScript== | |
(function() { | |
'use strict'; | |
BindCinemaByCity('SBY','Surabaya'); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment