Greasy Fork

atwiki.jp

test

// ==UserScript==
// @name        atwiki.jp
// @namespace   DarkKnight@tw
// @include     *.atwiki.jp/*
// @version     1
// @grant       none
// @description test
// ==/UserScript==

$('[style*="background"]').css('background', '#222');
$('[style*="color: blue"]').css('color', 'cyan');
$('[style*="color: white"]').css('color', 'black');