diff --git a/README.md b/README.md index 8987d18..d3f4759 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# https://sebsg.github.io/ +# https://nicolas-macbeth.github.io/ diff --git a/deeplink.html b/deeplink.html index 38c6be9..8eee9f8 100644 --- a/deeplink.html +++ b/deeplink.html @@ -15,5 +15,19 @@
  • Chrome Scheme Search Results
  • Chrome NewTab Scheme
  • Chrome DBSetting Scheme
  • + +
    Canary Versions
    +
  • Chrome Scheme Lapresse URL
  • +
  • Chrome Scheme No URL Page
  • +
  • Chrome Scheme Search Results
  • +
  • Chrome NewTab Scheme
  • +
  • Chrome DBSetting Scheme
  • + +
    Auto-redirect deeplink tests
    +
  • Deeplink 0ms Test
  • +
  • Deeplink 50ms Test
  • +
  • Deeplink 200ms Test
  • +
  • Deeplink 500ms Test
  • +
  • Deeplink 1000ms Test
  • diff --git a/iframe.html b/iframe.html new file mode 100644 index 0000000..9033a50 --- /dev/null +++ b/iframe.html @@ -0,0 +1,21 @@ + + + + + iframe + + + + +

    Same-origin iframe

    + + +

    YouTube-hosted (x-origin) iframe

    + + + + + \ No newline at end of file diff --git a/index.html b/index.html index b3bea90..132ef74 100644 --- a/index.html +++ b/index.html @@ -19,9 +19,9 @@

    Table of contents:

  • A page with two sentences to test boundaries
  • An annotation proxy
  • Deeplink Test
  • +
  • Redirect Test
  • +
  • Shadow DOM and nested iframes
  • - - diff --git a/nested_iframes.html b/nested_iframes.html new file mode 100644 index 0000000..2962d47 --- /dev/null +++ b/nested_iframes.html @@ -0,0 +1,65 @@ + + + + + Shadow DOMs and nested iframes + + + + +

    Shadow DOMs

    +
    + +
    + +
    + +
    + +
    +
    +
    + +
    +
    +
    + +

    iframe

    + + +

    Nested iframes

    + + + + + + + \ No newline at end of file diff --git a/redirect.html b/redirect.html new file mode 100644 index 0000000..4922853 --- /dev/null +++ b/redirect.html @@ -0,0 +1,19 @@ + + + + + + + iOS Chrome App Deeplink Redirect Test + + + + + +

    If your device can handle the chromium-external-actions:// scheme, you should have been redirected.

    + + + + diff --git a/redirect.js b/redirect.js deleted file mode 100644 index 1f5ce41..0000000 --- a/redirect.js +++ /dev/null @@ -1,4 +0,0 @@ -if ((window.location.host === 'rsolomakhin.github.io') && - (window.location.protocol !== 'https:')) { - window.location.protocol = 'https:'; -} diff --git a/redirect0.html b/redirect0.html new file mode 100644 index 0000000..45af02e --- /dev/null +++ b/redirect0.html @@ -0,0 +1,23 @@ + + + + + + + iOS Chrome App Deeplink Redirect Test + + + + + +

    If your device can handle the googlechromes://ChromeExternalAction/OpenNTP "scheme", you should have been + redirected to the app, otherwise, you're going to the app store in 0ms.

    + + + + \ No newline at end of file diff --git a/redirect1000.html b/redirect1000.html new file mode 100644 index 0000000..a3f2e9f --- /dev/null +++ b/redirect1000.html @@ -0,0 +1,23 @@ + + + + + + + iOS Chrome App Deeplink Redirect Test + + + + + +

    If your device can handle the googlechromes://ChromeExternalAction/OpenNTP "scheme", you should have been + redirected to the app, otherwise, you're going to the app store in 1000ms.

    + + + + \ No newline at end of file diff --git a/redirect200.html b/redirect200.html new file mode 100644 index 0000000..5403fb3 --- /dev/null +++ b/redirect200.html @@ -0,0 +1,23 @@ + + + + + + + iOS Chrome App Deeplink Redirect Test + + + + + +

    If your device can handle the googlechromes://ChromeExternalAction/OpenNTP "scheme", you should have been + redirected to the app, otherwise, you're going to the app store in 200ms.

    + + + + \ No newline at end of file diff --git a/redirect50.html b/redirect50.html new file mode 100644 index 0000000..c458b92 --- /dev/null +++ b/redirect50.html @@ -0,0 +1,23 @@ + + + + + + + iOS Chrome App Deeplink Redirect Test + + + + + +

    If your device can handle the googlechromes://ChromeExternalAction/OpenNTP "scheme", you should have been + redirected to the app, otherwise, you're going to the app store in 50ms.

    + + + + \ No newline at end of file diff --git a/redirect500.html b/redirect500.html new file mode 100644 index 0000000..ba291f8 --- /dev/null +++ b/redirect500.html @@ -0,0 +1,23 @@ + + + + + + + iOS Chrome App Deeplink Redirect Test + + + + + +

    If your device can handle the googlechromes://ChromeExternalAction/OpenNTP "scheme", you should have been + redirected to the app, otherwise, you're going to the app store in 500ms.

    + + + + \ No newline at end of file