diff --git a/birb.js b/birb.js index 8c365af..5d0f224 100644 --- a/birb.js +++ b/birb.js @@ -958,7 +958,7 @@ Promise.all([loadSpriteSheetPixels(SPRITE_SHEET), loadSpriteSheetPixels(DECORATI lastActionTimestamp = Date.now(); // Can't keep up with scrolling on mobile devices so fly down instead if (isMobile()) { - focusOnGround(); + // focusOnGround(); } }); diff --git a/build.js b/build.js index 587d786..fe30581 100644 --- a/build.js +++ b/build.js @@ -24,7 +24,7 @@ const userScriptHeader = `// ==UserScript== // @name Browser Bird // @namespace https://idreesinc.com -// @version 2025-10-22-01 +// @version 2025-10-22-02 // @description birb // @author Idrees // @downloadURL https://github.com/IdreesInc/Browser-Bird/raw/refs/heads/main/dist/birb.user.js diff --git a/dist/birb.js b/dist/birb.js index 443547b..9298bab 100644 --- a/dist/birb.js +++ b/dist/birb.js @@ -1297,7 +1297,7 @@ Promise.all([loadSpriteSheetPixels(SPRITE_SHEET), loadSpriteSheetPixels(DECORATI lastActionTimestamp = Date.now(); // Can't keep up with scrolling on mobile devices so fly down instead if (isMobile()) { - focusOnGround(); + // focusOnGround(); } }); diff --git a/dist/birb.user.js b/dist/birb.user.js index aa59c32..d9613f2 100644 --- a/dist/birb.user.js +++ b/dist/birb.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Browser Bird // @namespace https://idreesinc.com -// @version 2025-10-22-01 +// @version 2025-10-22-02 // @description birb // @author Idrees // @downloadURL https://github.com/IdreesInc/Browser-Bird/raw/refs/heads/main/dist/birb.user.js @@ -1311,7 +1311,7 @@ Promise.all([loadSpriteSheetPixels(SPRITE_SHEET), loadSpriteSheetPixels(DECORATI lastActionTimestamp = Date.now(); // Can't keep up with scrolling on mobile devices so fly down instead if (isMobile()) { - focusOnGround(); + // focusOnGround(); } });