並び順

ブックマーク数

期間指定

  • から
  • まで

281 - 320 件 / 582件

新着順 人気順

"User Agent"の検索結果281 - 320 件 / 582件

  • IE11で変わったActiveXObject、attachEventやUser Agentに対応してみる

    IE11で変わったActiveXObject、attachEventやUser Agentに対応してみる こんばんは、ころすけ(@wg_koro)です。 IE11がリリースされましたね!中身を調べてみると結構変わっていました。…というわけで、ちょっと対応が必要になったのでメモ。 User Agentから「MSIE」が消えた UAから「MSIE」の文字が消えました。IE11は下記のUAになります。 Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko なので、IE11をUA文字列から検出したい場合は下記のようになるかと思われます。 [javascript] // IE11かどうか判定 var ua = ‘Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv:11.0) like Geck

      IE11で変わったActiveXObject、attachEventやUser Agentに対応してみる
    • 「User-Agent」を偽装して軽量・コンパクトなスマホ版サイトをぶっこぬき 特集その3 | あんどろいどスマート

      「User-Agent」を偽装して軽量・コンパクトなスマホ版サイトをぶっこぬき 特集その32011年07月15日17時59分 公開カテゴリー: ネット情報活用キーワード: 特集 Short URL ツイート PC用とスマートフォン用のページが用意されているサイトでは、スマートフォン用のバージョンを保存した方が、Android端末上で閲覧しやすいし、ダウンロードにかかる時間も少なくて済むことが期待できる。 スマートフォン版固有のURLが存在せず、アクセス元のブラウザに応じて出力するページを切り替えているタイプのサイトでは、「User-Agent」の設定でAndroidのブラウザに偽装するよう設定することで、スマートフォン版のサイトを丸ごと保存できるぞ。 巡集の場合は、メニューの「詳細設定」→「取得設定」で、「環境変数」のページの「User-Agent」欄に、以下の文字列を入力しよう。 Moz

      • User-Agent が使えなくなる世界線で何を考えたら良いだろう - Qiita

        また、Apache 等の Middleware 側でも Accept-CH などを setHeader することで、自身の開発している Webサーバ からのレスポンスに上記以外の UA-CH を含めることも可能です。 UA-CH で何ができる UA の代替として使えることが考えられます。 現行だと Chromium ベースに限っての話になりますが、Client, Web Server 側両方とも検知が可能です。 Client 側で UA-CH を取得する Web API で提供されている Navigator インターフェースより行うことができます。 現在、 navigator.userAgentData が UA-CH のインターフェースとして活用できます。 /** @see https://github.com/WICG/ua-client-hints#for-example */ co

          User-Agent が使えなくなる世界線で何を考えたら良いだろう - Qiita
        • User Agentを解析するIngest Pluginを書いてみた | DevelopersIO

          User Agentを解析する公式プラグインがリリースされていました。 https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest-user-agent.html はじめに こんにちは、藤本です。 先日エントリしたElasticsearchのIngest Nodeを試してみたの中でProcessorのPluginがあることをご紹介しました。今回はUser Agentヘッダの文字列を解析するIngest Pluginを書いてみたので簡単に書き方をご紹介します。 概要 Elasticsearchの5系からIngest Nodeが追加され、Elasticsearch側で入力データを加工/変換できるようになります。それにより、データ送信元でデータ加工/変換を行っている環境では生のデータを送信するだけでよくなり、データ加工/

            User Agentを解析するIngest Pluginを書いてみた | DevelopersIO
          • » Willcomのuser_agentについて blog*artful

            携帯サイト等でWillcomを対象に含める場合、他のdocomoやau、softbankなどのキャリアはそれぞれ共通する値がuseragentで取得できるのですが、ウィルコムの場合(というか他のWindowsMobile等のOSが入っている端末などは一緒?)、IEやOperaだったりブラウザと機種情報しか取得できません。 例えば、手元にあるWS011SH(W-ZERO3/ad)のOperaの場合、ユーザーエージェントで取得できるのは Mozilla/4.0 (compatible; MSIE 6.0. Windows CE, SHARP/WS011SH, PPC; 480×800) Opera 8.7 [ja] となります。 ウィルコムのほとんどの機種ではユーザーエージェント内にwillcomやDDIpocketが含まれている場合もあるようなので、その場合は良いのですがWS011SHのよう

            • User-Agent文字列を解釈するには [woothee/woothee] - 超PHPerになろう

              User-Agent/UA文字列はブラウザなどのユーザーエージェントが自己申告する識別子のことです。この値は歴史的経緯から複雑怪奇で、付け焼刃の実装では正確な判定が困難です。 Project Wootheeはプログラミング言語に依存しないUA文字列パーサーを開発するプロジェクトです。言語を横断してテストを共有して居り、同じバージョンを利用すれば、どの言語実装を利用しても同じ結果が得られることが保障されます。 公式サイト Woothee: User-Agent parser/classifier for multi languages by woothee 概要 Cross-language UserAgent classifier library, PHP implementation パッケージ名 woothee/woothee - Packagist 作者 tagomoris (TAG

                User-Agent文字列を解釈するには [woothee/woothee] - 超PHPerになろう
              • 正規表現でUser AgentからAndroidのスマホとタブレットを切り替える - エロサイトの作り方

                AndroidのUser Agent文字列 スマホ(Nexus 5) Mozilla/5.0 (Linux; Android 4.2.1; en-us; Nexus 5 Build/JOP40D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 タブレット(Nexus 7 2013) Mozilla/5.0 (Linux; Android 4.3; Nexus 7 Build/JSS15Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.72 Safari/537.36 誰だよ、この区別付きにくい構成にしたやつ! 正規表現 スマホは、Androidが含まれていて、かつ、Mobileを含む Android.+Mob

                  正規表現でUser AgentからAndroidのスマホとタブレットを切り替える - エロサイトの作り方
                • NetMarketShare、User Agent文字列の情報量削減を見据えて10月分を最後にブラウザーやOSなどのシェアデータ提供を終了 | スラド IT

                  インターネットアクセス解析によりWebブラウザーやOSのシェアデータを公開しているNetApplicationsのNetMarketShareが10月分をもって現在の形での提供を停止することを発表した。 その理由として、W3CのWeb Incubator CGが提案するUser Agent文字列(UA)の情報量削減により、長期的にデータ精度の低下が見込まれることを挙げている(Googleはこの提案を受けてChromeでのUA凍結計画を発表しているが、COVID-19の影響により2021年以降へ延期している)。また、品質維持に重要なボット検出・除去のコードベースが複雑化し続け、管理が困難になっているという。そのため、徐々に低下していく精度を受け入れるよりも終わりにした方がいいと考えたとのこと。将来的には電子商取引のトレンドと確認可能なユーザーデータを中心とした新しいNetMarketShar

                  • Is it possible to specify a user agent in a rails integration test or spec?

                    I was doing this before in a rails 2 app in a ActionController::IntegrationTest with get '/', {}, {:user_agent => "Googlebot"} but this seems to not work anymore in Rails 3. What should I do?

                      Is it possible to specify a user agent in a rails integration test or spec?
                    • Q: Setting User-Agent Field? - Google Groups

                      • B2BUA (Back-to-Back User Agent)

                        B2BUAは、Back-to-back User Agentの略。SIPプロキシと同じく、UAC(User Agent Client)からUAS(User Agent Server)の間の中間エンティティの一つだが、SIPプロトコルを終端する点がSIPプロキシと異なる。B2BUAはRFCのプロキシサーバに関する動作規定の適用外になる。 B2BUAは、論理的にUASとUACの機能を含む。下図にB2BUAの概念図を示す。B2BUAという名称は、2つのUAを背中合わせに持つことに由来する。B2BUAはUACにはUASに見え、UASにはUACに見える。 B2BUAの具体的な例としては、呼処理サーバの一部やネットワークの境界等におかれるSBC(Session Border Controller)がある。 B2BUAの概念が登場した背景としては、SIPプロトコルのP2Pの思想と、3GPP等の電話会社と

                        • User Agent Switcherのスマホ用xmlを書いてみた - 役立ち?

                          さ/く/ら/ち/ゃ/んのモバゲーが出るということで準備としてFirefoxのアドオンである「User Agent Switcher」を導入しました。 簡単に説明すると、UserAgent(以下UA)を偽装してスマホ用のページをPCから見れるようにするアドオンです。 いや、ホントはUAを偽装して他の環境からの見え方を確認するデバッグ用のアドオンだと思います多分。 一応言っておくと、Firefoxのアドオンなので他のブラウザじゃ無理だと思います。 あとこれで問題が起きても当然責任とりません(問題起こせたらすごいけど) 今まで使っていたxmlが載っているページが見れなくなってたので自分で作ることにしました。 書かなくてもよさそうなところは省略してあります。 機種のチョイスはかなり適当でAndroidに限ってはほぼドコモです。 F05Dは俺が使ってるので贔屓しました。 しかし色々ver作ってたけど

                          • User Agent Switcher - User-Agentを切り替え :: SEO - FAQ

                            User Agent SwitcherはFirefoxの機能拡張ツール。User Agent SwitcherはブラウザFirefoxのユーザーエージェント(User Agent)をIEやOpera、他の任意のUser Agentに切り替えることができます。 例えばデルのPC購入画面やMSNのトップページのようにIEではアクセスできないページやIEでないと警告が表示されるページにアクセスする時に便利です。SEOで活用する時は、例えばGoogleのUser Agent(Googlebot/2.1 (+http://www.googlebot.com/bot.html) や Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html))、Yahoo!のUser Agent(Mozilla/5.0 (compat

                            • User-Agent policy - Meta

                              This page has been moved to "Policy:User-Agent policy" on Wikimedia Foundation Governance Wiki where you can provide translations and feedback on it.Any translations should be provided at its location on Wikimedia Foundation Governance Wiki and any related feedback provided on its talk page there. Thank you!

                              • みんなのケータイブログ -携帯マーケティング/携帯SEO/最新携帯サイト情報- 携帯クローラ user-agent 一覧

                                サイトのPVを公開たので、お分かりの方も多いかと思いますが、 みんなのモバイルはか・な・りクローリングされています モバイルユーザよりもクローラのアクセスが多い 2008年最新の携帯クローラのuser-agentを取得したので、掲載します ■Google DoCoMo/1.0/N505i/c20/TB/W20H10 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html) Nokia6820/2.0 (4.83) Profile/MIDP-1.0 Configuration/CLDC-1.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html) portalmmm/2.0 N500iS(c20;TB) (compatible; Me

                                • JavascriptでUser AgentからiOSのバージョン番号を判別する方法 | クロジカ

                                  ホーム / ハック / JavascriptでUser AgentからiOSのバージョン番号を判別する方法

                                    JavascriptでUser AgentからiOSのバージョン番号を判別する方法 | クロジカ
                                  • 携帯電話キャリア別 User-Agent 一覧:miyamomo_nikki:So-netブログ

                                    月別表示 2018年01月(1) 2016年11月(1) 2016年02月(1) 2016年01月(1) 2015年06月(1) 2015年04月(1) 2015年01月(1) 2014年12月(1) 2014年10月(3) 2014年08月(2) 2014年05月(1) 2014年03月(1) 2014年01月(1) 2013年09月(1) 2013年08月(1) 2013年05月(2) 2013年03月(1) 2013年02月(2) 2013年01月(2) 2012年12月(4) 2012年11月(2) 2012年10月(2) 2012年09月(3) 2012年08月(4) 2012年07月(1) 2012年06月(3) 2012年05月(1) 2012年04月(2) 2012年03月(2) 2012年02月(2) 2012年01月(1) 2011年12月(7) 2011年11月(2)

                                    • varnish でuser-agent(のグループ) ごとにキャッシュする - うまいぼうぶろぐ

                                      これメモってた気がするんだけど、検索してもひっかからなかったし だいぶ更新放置しているので久々に書く。 https://www.varnish-cache.org/docs/3.0/tutorial/devicedetection.html 同一URLでもアプリケーションによってPC/スマートフォン/ガラケー などでコンテンツを変えている場合、それぞれ場合分けごとにキャッシュをしないといけない。 vcl_hashのdefaultはこれ sub vcl_hash { hash_data(req.url); if (req.http.host) { hash_data(req.http.host); } else { hash_data(server.ip); } return (hash); } ここで単純にhash_data(req.http.User-Agent); を追加してしまうと大

                                        varnish でuser-agent(のグループ) ごとにキャッシュする - うまいぼうぶろぐ
                                      • Change PhoneGap / Cordova User-Agent for AJAX

                                        I'm using phonegap / cordova for developing an Android app. The app has to read files on a remote server. Therefore I'm using AJAX (jQuery). The problem is: The remote server redirects all connections from mobile devices to a mobile version, which doesn't work for me, so I have to change the User Agent to a desktop browser. How can I do this? I've seen a solution for iOS. Is something like this po

                                          Change PhoneGap / Cordova User-Agent for AJAX
                                        • User Agent Sort (機種判別 CGI/Perl) CGI検索 夢幻

                                          DoCoMo、Vodafone、au/TU-KA、WILLCOM、PC/otherをユーザーエージェントから判断して、指定されたURLへジャンプさせます。(端末ごとのアクセス制限にもできます)CGI登録件数 CGI検索なら夢幻 フリーCGIからPHP,シェアまで検索できるDoCoMo、Vodafone、au/TU-KA、WILLCOM、PC/otherをユーザーエージェントから判断して、指定されたURLへジャンプさせます。(端末ごとのアクセス制限にもできます)

                                          • seitaro・P・Fujioka on Twitter: "tornado も user-agent 変えるだけのやりたかったけれど userscript では unsafe-header 扱いで出来なかったです。"

                                            tornado も user-agent 変えるだけのやりたかったけれど userscript では unsafe-header 扱いで出来なかったです。

                                              seitaro・P・Fujioka on Twitter: "tornado も user-agent 変えるだけのやりたかったけれど userscript では unsafe-header 扱いで出来なかったです。"
                                            • HttpClient のuser-agent 設置 - Java入門

                                              Newest Top10 instanceof演算子 - Javaオブジェクトの型判定 - 11/11 16:27 JMX に準拠したJVM監視ツール jconsole の使い方 - 10/23 14:13 JVMの性能(CPU、メモリ)をビジュアル表示できるVisualVMツールの使い方 - 10/23 10:41 Java言語の例外(Exception)とカスタム例外の定義方法 - 10/21 11:09 クラスの型(Class)の取得 - 10/14 17:56 Javaクラスのコンストラクタメソッドの定義方法 - 09/30 16:56 Javaサーブレットリスナー | ServletContextListener実装 - Webアプリの初期化処理 - 08/12 18:11 Java J2EE フィルタでWebアプリ・ページのロード時間を計測してみる - 08/06 16:40

                                              • UserAgentString.com - List of Safari User Agent Strings

                                                Click on any string to get more details Safari 7.0.3Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194ASafari 6.0Mozilla/5.0 (iPad; CPU OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A5355d Safari/8536.25Safari 5.1.7Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.13+ (KHTML, like G

                                                • user agent stylesheetとは?ブラウザごとのデフォルトスタイルを理解しよう

                                                  Google Chromeなどのデベロッパーツールを使ってWebサイト内のスタイルを確認していると、「user agent stylesheet(ユーザーエージェントスタイルシート)」というスタイルを目にすることがあります。 「これは自分が設定したスタイルではないのに、なんで表示されるんだろう?」と疑問に思った方もいるのではないでしょうか? 今回は、この「user agent stylesheet」が何なのか、どういった役割を持っているのかについて解説します。 user agent stylesheetとは、ブラウザがデフォルトで読み込むスタイルシートのことです。これは、HTMLが読み込まれた際に、ブラウザが自動的に適用する基本的なスタイル設定で、特に何も指定されていない場合でもブラウザがHTML要素に対して適用します。 例えば、h1タグやpタグなどの要素に対して特にCSSでスタイルを指定

                                                    user agent stylesheetとは?ブラウザごとのデフォルトスタイルを理解しよう
                                                  • GitHub - HaraldWalker/user-agent-utils: Utilities for processing user-agent strings. Can be used to handle http requests in real-time or to analyze log files.

                                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                      GitHub - HaraldWalker/user-agent-utils: Utilities for processing user-agent strings. Can be used to handle http requests in real-time or to analyze log files.
                                                    • Set phantomjs user-agent string (Example)

                                                      Set the user agent for phantomjs driver from selenium import webdriver from selenium.webdriver.common.desired_capabilities import DesiredCapabilities dcap = dict(DesiredCapabilities.PHANTOMJS) dcap["phantomjs.page.settings.userAgent"] = ( "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/53 " "(KHTML, like Gecko) Chrome/15.0.87" ) driver = webdriver.PhantomJS(desired_capabilities=dcap)

                                                        Set phantomjs user-agent string (Example)
                                                      • 新しい SoftBank 端末の browser user-agent... - Rexiology::Japanese

                                                        新しい SoftBank 端末の browser user-agent... 仕事のため、今日はちょっと調べてみました。 Vodafone technical reference によって、新しい SoftBank 端末は、user-agent の頭の部分は, SoftBank になりました (予想外!?). 例えば、904SHの携帯端末は、Vodafone 904SH の場合、 user-agent は: Vodafone/1.0/V904SH/SHJ001/SN123456789012 Browser/VF-NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1 SoftBank の 904SHは、このようになります: SoftBank/1.0/V904SH/SHJ001/SN123456789012 Browser/Browser/1

                                                        • GitHub - WICG/ua-client-hints: Wouldn't it be nice if `User-Agent` was a (set of) client hints?

                                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                            GitHub - WICG/ua-client-hints: Wouldn't it be nice if `User-Agent` was a (set of) client hints?
                                                          • Http User Agent Lists (Browsers, Robots, Spliders, Crawlers) - HttpUserAgent.org

                                                            Check HTTP User-agent string online, detect browser formation, free download HTTP User-Agent Switcher for Chrome.

                                                            • GitHub - tantalor/user-agent-entropy: A Chrome Extension that adds entropy to your User Agent headers.

                                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                GitHub - tantalor/user-agent-entropy: A Chrome Extension that adds entropy to your User Agent headers.
                                                              • Parse a user agent

                                                                Parse a User Agent String Every time your web browser makes a request to a website, it sends a HTTP Header called the "User Agent". The User Agent string contains information about your web browser name, operating system, device type and lots of other useful bits of information. But every browser sends its user agent in a different format, so decoding them can be very tricky. Use this tool to pars

                                                                  Parse a user agent
                                                                • ツイッターでは文字が多くて書けない事 スマートフォン他の HTTP_USER_AGENT を調べてみる

                                                                  スマートフォン他の HTTP_USER_AGENT を調べてみました Webサイトにブラウザがアクセスする際に、通常ブラウザの情報他が渡されます。 例えば、携帯サイトに自動で振り分けてくれる 等はこの情報から判断しています。 AUの例は以下です。(私のガラ携) KDDI-SN3J UP.Browser/6.2_7.2.7.1.K.3.350 (GUI) MMP/2.0 最近スマートフォン対応サイトも増えましたので、調べるために以下のPHPプログラムを使いました。 このサイトに接続すると、他にもスマートフォンに割り当てられたIPなどが分かります。 http://ykata.net/o/server.php スマートフォンの HTTP_USER_AGENT は以下です。 Windows Phone OS 7.0 Mozilla/4.0 (compatible; MSIE 7.0; Window

                                                                  • How Can I Detect the iPhone & iPad's User Agent? | HTML Goodies

                                                                    So you’ve decided to create a mobile website for iPhone and iPad users, rather than creating a web applications. Where do you start? This tutorial will show you how to detect the popular mobile devices using JavaScript, PHP and your site’s .htaccess file! Detecting the iPhone and iPad Obviously, if you’ve created a page specifically for iPhone and iPad users, the first thing you’ll need to do is t

                                                                    • User Agent Quick Switch – Firefox 向けアドオン

                                                                      Quickly switch the browser user agent with this simple to use addon! On first run... Please opposite click on the user agent button in the addon bar. This will open the settings panel where you must type or paste the desired user agent string (you can change this at will later). How to use: Once done click on the user agent button. The user agent will switch to what you set and the button will tur

                                                                      • Display Mail User Agent :: Add-ons for Thunderbird

                                                                        About this Add-on Adds an image on the right side of the "header view" which displays the icon of the application with which the selected mail was written. So if the person who sent the mail used e.g. mozilla to send the mail, a mozilla icon will be displayed. In feedback window the link to the website of that mail client is shown. And you can click on it. If you want to use a couple of your own i

                                                                        • Chrome の User Agent 文字列情報削減計画、完了は 2023 年 5 月の Chrome 113 を予定 | スラド セキュリティ

                                                                          Google は 14 日、Chrome の User Agent (UA) 文字列情報削減に向け、より具体的なスケジュールとオリジントライアルの詳細を発表した (Chromium Blog の記事、 Chrome Developers のブログ記事)。 Google が昨年 1 月に発表した UA 文字列情報削減計画は COVID-19 の影響で 2021 年以降に先送りされていた。Google は 5 月に再開を発表し、7 段階に分けて計画を進める計画を示したが、Chrome 92 で実施する第 1 段階を除き、具体的な実施時期は示されていなかった。 今回発表された計画では、第 2 段階以降を実施する予定の Chrome バージョンが示されている。まず、削減済み UA 文字列によるオリジントライアルを実施する第 2 段階は Chrome 95 ~ Chrome 100 で少なくとも 6

                                                                          • IE7 の User Agent String - えむもじら

                                                                            IEBlog によると、IE7 の UA String は以下のようになるということです。 Windows XP SP2 Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1) Windows 2003 Server Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2) Windows Vista Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) 相変わらず Mozilla の呪縛から逃れられないようです。 Understanding User-Agent Strings Detecting Internet Explorer More Effectively

                                                                            • WAI-ARIA 1.0 User Agent Implementation Guide (W3C Recommendation 20 March 2014)

                                                                              A user agent developer's guide to understanding and implementing Accessible Rich Internet Applications W3C Recommendation 20 March 2014 This version:http://www.w3.org/TR/2014/REC-wai-aria-implementation-20140320/Latest version: http://www.w3.org/TR/wai-aria-implementation/ Previous version:http://www.w3.org/TR/2014/PR-wai-aria-implementation-20140206/Editors:Joseph Scheuhammer, Invited Expert, Inc

                                                                              • User-Agentに応じてビューを切り替えるモジュール - nkmrshn’s diary

                                                                                User-Agentに応じてビューを切り替えるため、例えばApacheのhttpd.confなどで設定して、コントローラやアクションを振り分けるという方法があります。私は、Play frameworkの中でやりたかったので、play.mvc.Controllerを継承するクラスを作り、モジュール化してみました。 概要 conf/application.confに以下のように設定します。 uaPatterController.pattern.Google=Chrome 次に、これに対応するディレクトリを作成します。 app/views/Application/Google User-Agentに"Chrome"という文字列(正規表現)が含まれる場合、app/views/Application/Googleに保存されているビューテンプレートをロードします。 この他にも設定などがありますので、詳

                                                                                  User-Agentに応じてビューを切り替えるモジュール - nkmrshn’s diary
                                                                                • 脳内メモリぷらすα firefox + User Agent Switcher

                                                                                  パソコンで携帯サイトを見る便利なツールを覚書 firefoxを最近使用することがたまにあるんですが、パソコンで携帯サイトが見える簡単な方法を覚書。PCで携帯サイトを作成したりする方に便利なツールでもあります。 とにもかくにも、firefoxが必要なのでPCにインストール 画面省略w firefoxには、アドオンを追加し、様々なことが利用できるブラウザです。 このアドオンに、User Agent Switcher 0.6.11 という、ものを追加します。 ダウンロードは、ここから。 User Agent Switcher 0.6.11 は、firefoxから、サイトにアクセスする際に、携帯電話からアクセスしたように見せかけるツールです。 PCの任意の場所に、上記を保存しておきます。 次に、firefoxを起動し、メニューバーのツール→アドオンを開く。拡張機能の画面へ 先ほど保存したUser