Skip to content

my safari zooming hack by vkkhoa

Details

Authorvkkhoa

LicenseNo License

Category*

Created

Updated

Size366 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

testing

Notes

testing

Source code

/* ==UserStyle==
@name           Example
@namespace      example.com
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document regexp(".*") {
    body { touch-action: manipulation; }
}

/* You can also use the following. */
@-moz-document url-prefix("http") {
    body { touch-action: manipulation; }
}

Reviews

No reviews yet.