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
## A-Z | |
* ~ahen: Q#367 | |
* ~are-hen: Q#367 | |
* ~e-hen: Q#367 | |
* ~e-hin: Q#367 | |
* ~eba: Q#393 | |
* ~ehen: Q#367 | |
* ga: Q#177 | |
* ~ihin: Q#367 |
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
3 あたし ちっちゃい | |
7 は が の へ に か ね よ ん を だらけ なんて | |
19 八百長 百屋 八百万 | |
22 は が | |
36 っす | |
44 先 前に 以前 | |
45 〜込む | |
49 〜さん | |
50 何で | |
60 に で |
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
possible finer-grained tags: | |
* conditionals: たら 〜なら 〜ならば ... | |
* conjunctions-and: そして それに 〜て まして | |
* expressions-acknowledgement: 承知 承知しました 了解 了解です | |
* expressions-apologies: ごめんなさい すみません | |
* expressions-desire: 〜ばいいのに | |
* expressions-helplessness: しょうがない | |
* expressions-mealtime: ご馳走様でした | |
* expressions-requests: お願いします |
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== | |
/* |
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 CL&U Hacks | |
// @namespace stackexchange | |
// @description CL&U Hacks (derived from JL&U Hacks) | |
// @include http://*chinese.stackexchange.com/* | |
// ==/UserScript== | |
$(function () { | |
var DEBUG_MODE = false; // disable this before release! |
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 JLSE Japanese font override | |
// @namespace stackexchange | |
// @include http://japanese.stackexchange.com/* | |
// @include http://meta.japanese.stackexchange.com/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
if (!window.jQuery) { |
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 lang-8 right bar native language | |
// @namespace lang8 | |
// @include http://lang-8.com/*/journals/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
jQuery('#refer_body_mo_bottom').css('display', 'block'); | |
jQuery('#refer_btn_bottom').css('display', 'none'); |