Skip to content

Instantly share code, notes, and snippets.

@vachzar
Created June 6, 2022 10:08
Show Gist options
  • Save vachzar/e7c18ea058ff1045bfa57521e98ee5dd to your computer and use it in GitHub Desktop.
Save vachzar/e7c18ea058ff1045bfa57521e98ee5dd to your computer and use it in GitHub Desktop.
automatically select a City on schedule page at Cinepolis
// ==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