3DSでのみスクリプトを動作させるサンプル

    @@ -3,6 +3,7 @@ * @description 3DSのnavigator.userAgentを活用した3DSのみのスクリプト動作サンプルです。 * @include http://* * @license MIT License + * @require */
  • /*
     * @title 3DSでのみスクリプトを動作させるサンプル
     * @description 3DSのnavigator.userAgentを活用した3DSのみのスクリプト動作サンプルです。
     * @include http://*
     * @license MIT License
     * @require 
     */
    
    
    if (navigator.userAgent == "Mozilla/5.0 (Nintendo 3DS; U; ; ja) Version/1.7552.JP") {
    alert("3DSで閲覧しています");
    }
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2014/08/03 18:12:06 - 2014-08-03
  2. 2013/12/01 10:00:24 - 2013-12-01
  3. 2013/11/30 21:46:25 - 2013-11-30