FrankerFaceZ

Loads the main FrankerFaceZ script in browsers that don't support the extension but do support UserScripts; updated from http://userscripts-mirror.org/scripts/show/167158 and may break in your browser, UserScript version does not reflect actual FFZ version.

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

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

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
// ==UserScript==
// @author Mike (SirStendec)
// @author Dan Salvato
// @contributor James Edward Lewis II
// @namespace greasyfork.org
// @name FrankerFaceZ
// @description Loads the main FrankerFaceZ script in browsers that don't support the extension but do support UserScripts; updated from http://userscripts-mirror.org/scripts/show/167158 and may break in your browser, UserScript version does not reflect actual FFZ version.
// @icon http://cdn.frankerfacez.com/icon32.png
// @include	http://*.twitch.tv/*
// @include	http://twitch.tv/*
// @include	https://*.twitch.tv/*
// @include	https://twitch.tv/*
// @exclude http://api.twitch.tv/*
// @exclude https://api.twitch.tv/*
// @grant none
// @version 0.0.1
// @run-at document-end
// @copyright 2015 FrankerFaceZ
// ==/UserScript==

(function (document) {
  'use strict';
  (document.head || document.getElementsByTagName('head')[0]).
    appendChild(document.createElement('script')).
      src = '//cdn.frankerfacez.com/script/script.min.js';
})(document);