dpschen - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

View dpschen's full-sized avatar

Dominik Pschenitschni dpschen

Block or report dpschen

Pinned Loading

  1. The to-do app to organize your life.

    Go 3.6k 335

  2. 1

    /* ---------------------------------------------------------- */

    3

    /* A media query that captures:                               */

    5

    /* - Retina iOS devices                                       */
  3. Created with StackBlitz ⚡️

    JavaScript

  4. 1

    (function findDuplicatesInOnetab() {

    2

      const isOneTab = document

    3

        .querySelector("title")

    4

        ?.innerHTML.includes("OneTab"); // cheap OneTab check