Skip to content

Instantly share code, notes, and snippets.

@sylwke3100
sylwke3100 / kzkcalc.user.js
Last active November 2, 2016 16:25
Kalkulator dystansów na stronie KZK GOP
// ==UserScript==
// @name KZK GOP Kalkulator
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Liczy Dystans
// @author Sylwke3100
// @match http://rozklady.kzkgop.com.pl/rozklad/pokaz_kurs.php?id_kursu=*
// @grant none
// ==/UserScript==
package com.sylwke3100.freetrackgps;
import android.os.Bundle;
import android.preference.PreferenceFragment;
public class PreferencesFragment extends PreferenceFragment {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);