This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name No Zoom on iOS | |
// @namespace Violentmonkey Scripts | |
// @icon https://cdn.oaistatic.com/_next/static/media/apple-touch-icon.59f2e898.png | |
// @match *://*/* | |
// @grant none | |
// @noframes | |
// @version 0.1.2 | |
// @author y-saeki | |
// @supportURL https://github.com/y-saeki/UserScript |