SMOLNET PORTAL home about changes
6-vibrator.js - bitreich-www - the bitreich www website generator
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
---
6-vibrator.js (186B)
---
1
2 if (typeof(navigator.vibrate) != "undefined") {
3 function vibratorfun() {
4 setTimeout(function () {
5 navigator.vibrate([3000, 1000, 4000, 1000])
6 vibratorfun();
7 }, 10000);
8 }
9 }
10
Response: application/gopher-menu
Original URLgopher://bitreich.org/1/scm/bitreich-www/file/6-vibrator.js.gph
Content-Typeapplication/gopher-menu; charset=utf-8