User local fixes: simplify extension and add scroll fix#3
Open
cclambie wants to merge 2 commits intoinitial-uploadfrom
Open
User local fixes: simplify extension and add scroll fix#3cclambie wants to merge 2 commits intoinitial-uploadfrom
cclambie wants to merge 2 commits intoinitial-uploadfrom
Conversation
added 2 commits
November 30, 2025 23:44
- Removed MutationObserver code from content.js to simplify extension - Added fix.css to fix page scroll behavior when grid reaches boundaries - Bumped version to 1.0.1 in manifest.json - Updated manifest to include fix.css in content scripts
…ve logging - Added 4 fallback strategies to find display count element - Strategy 1: Check all span.total elements for visibility - Strategy 2: Search in action-bar area - Strategy 3: Search near Show more button - Strategy 4: Search entire page for pattern - Increased timeout from 10s to 30s in waitForRowsToLoad - Added detailed console logging for debugging - Added attempt counter and elapsed time logging - Improved error messages with more context
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR includes local changes made by the user to simplify the extension and fix scrolling behavior.
Changes Made
1. Simplified content.js
2. Added fix.css
overscroll-behavior: containoverflow-y: auto3. Updated manifest.json
Files Changed
content.js- Simplified by removing MutationObserver logicfix.css- New file for scroll behavior fixesmanifest.json- Version bump and CSS file additionTesting Recommendations