ghingis / Pizzaforte alap beállítások

// ==UserScript==
// @namespace     https://openuserjs.org/users/ghingis
// @name          Pizzaforte alap beállítások
// @description   Te is kerested már a péztárcád, mert sikerült véletlen kp-re venni a pizzát kártya helyett vagy éppen a kést, mert már megint lemaradt a checkbox, miután változtattál a kosáron? Itt a megoldás
// @copyright     2018, ghingis (https://openuserjs.org/users/ghingis)
// @license       MIT
// @version       1.0.0
// @match         https://pizzaforte.hu/penztar.php
// @grant none
// ==/UserScript==

// ==OpenUserJS==
// @author ghingis
// ==/OpenUserJS==

(function () {
  'use strict';
  document.getElementById('slices').checked = true;
  document.getElementById('fizmod').value = 2;
})();