dpschen - Overview
Navigation Menu
- Cologne, Germany
- https://pschen.de
Pinned Loading
-
1
/* ---------------------------------------------------------- */3
/* A media query that captures: */5
/* - Retina iOS devices */ -
Created with StackBlitz ⚡️
JavaScript
-
1
(function findDuplicatesInOnetab() {
2
const isOneTab = document
3
.querySelector("title")
4
?.innerHTML.includes("OneTab"); // cheap OneTab check