This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// the controler: | |
public class RssController : Controller | |
{ | |
private readonly IGoogleSettings _settings; | |
public RssController(IGoogleSettings settings) | |
{ | |
_settings = settings; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Japanese Language Stack Exchange Hacks | |
// @namespace stackexchange | |
// @description Furigana, pitch accent and Japanese font-related script for the Japanese Language Stack Exchange (http://japanese.stackexchange.com) | |
// @include http://*japanese.stackexchange.com/* | |
// @include http://*anime.stackexchange.com/* | |
// ==/UserScript== | |
/* |