M3Board

M3Board Script für hellere Schriftart

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// M3Board Script für hellere Schriftart
// version 0.1
// 2009-10-18
// Copyright 2009-2014 Marc Sluiter
// Licensed under the Apache License, Version 2.0
// https://github.com/slintes/userscripts/blob/master/LICENSE
//
// --------------------------------------------------------------------
//
// Dies ist ein Greasemonkey Userskript.
// Unter Firefox wird zur Installation das Greasemonkey Addon benötigt: https://addons.mozilla.org/de/firefox/addon/748
// Unter Chrome empfehle ich Tampermonkey (ist aber nicht zwingend notwendig): https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=de
//
// --------------------------------------------------------------------
//
// ==UserScript==
// @name          M3Board
// @namespace     http://www.slintes.net/greasemonkey/
// @description   M3Board Script für hellere Schriftart
// @include       *m3.meganeboard.de/*
// @version 0.0.1.20140827084530
// ==/UserScript==

var color = "#DCDCDC";

GM_addStyle(".content { color:" + color + ";}");
GM_addStyle(".postbody { color:" + color + ";}");
GM_addStyle(".postprofile { color:" + color + ";}");
GM_addStyle(".postprofile strong { color:" + color + ";}");
GM_addStyle(".post:target .content { color:" + color + ";}");