Skip to content

Instantly share code, notes, and snippets.

@Griever
Created November 17, 2022 14:01
Show Gist options
  • Save Griever/56e536d6faef09e755e4673e99380756 to your computer and use it in GitHub Desktop.
Save Griever/56e536d6faef09e755e4673e99380756 to your computer and use it in GitHub Desktop.
Google スマホ表示のメモと SITEINFO
スマホ表示の確認メモ
iPhone, Galaxy などの有名端末と Kindle や Android の端末・ブラウザで表示が違う
〇=自動スクロールあり
×=「次へ >」のリンク
Windows(DevTool)
 Chrome
  iPhone 〇
  Galaxy 〇
  Next Hub ×
 Firefox
  iPhone 〇
  Galaxy 〇
  Kindle ×
Android(Rakuten Hand)
 chrome 〇
 Firefox ×
↑で×だった端末用 SITEINFO。Google 内の他のページでの動作確認が取れてないので登録は保留。
{
"url": "^https?://[^./]+\\.google(?:\\.[^./]{2,3}){1,2}/(?:c(?:se|ustom)|search|webhp|m|#)",
"name": "Google Search (by Kindle etc)",
"exampleUrl": "http://www.google.com/search?q=test\nhttp://www.google.com/search?q=test&start=10",
"nextLink": "id('main')/footer//a[@aria-label and contains(@href, 'start=') and contains(., '>')]",
"pageElement": "id('main')/div[not(@id) and not(@class) and .//a//h3]",
"comment":"Kindle, Nest Hub, マイナーな Android 端末用"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment