Skip to content

Instantly share code, notes, and snippets.

@esse
Created April 13, 2013 19:23
Show Gist options
  • Save esse/5379698 to your computer and use it in GitHub Desktop.
Save esse/5379698 to your computer and use it in GitHub Desktop.
drobna zmiana ostylowania strony ztm - żeby łatwiej było zauważyć zmiany w rozkładzie
// ==UserScript==
// @name ztm.waw.pl
// @namespace ztm.waw.pl
// @include http://www.ztm.waw.pl/*
// @version 1
// ==/UserScript==
$('.yzm').css('font-style', 'italic');
$('.yzm').css('color', 'grey');
$('#RozkladyLinieListaLegenda').children().css('font-style', 'italic');
$('#RozkladyLinieListaLegenda').children().css('color', 'grey');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment