An open API service indexing awesome lists of open source software.

https://github.com/hi2ma-bu4/disable-touch-back

タッチパッドで前ページに戻る機能無効化(overscroll-behavior: none;)のユーザースクリプト
https://github.com/hi2ma-bu4/disable-touch-back

greasyfork javascript overscroll tampermonkey userscript

Last synced: 5 months ago
JSON representation

タッチパッドで前ページに戻る機能無効化(overscroll-behavior: none;)のユーザースクリプト

Awesome Lists containing this project

README

          

# disable-touch-back

[![GitHub License](https://img.shields.io/github/license/hi2ma-bu4/disable-touch-back)](https://github.com/hi2ma-bu4/disable-touch-back/blob/main/LICENSE)
[![Greasy Fork Downloads](https://img.shields.io/greasyfork/dt/546810)](https://greasyfork.org/ja/scripts/546810/stats)

[![GitHub Release](https://img.shields.io/github/v/release/hi2ma-bu4/disable-touch-back?label=github)](https://github.com/hi2ma-bu4/disable-touch-back/releases)
[![Greasy Fork Version](https://img.shields.io/greasyfork/v/546810)](https://greasyfork.org/ja/scripts/546810)

Applies `overscroll-behavior: none;` to all pages to suppress unintended backward navigation via touchpad gestures.

`overscroll-behavior: none;`を全てのページに適用し、タッチパッドでの前ページへの不必要な遷移を抑制します