Implement GridPuzzle providers in TypeScript#78
Conversation
Added `GridPuzzleProvider` and `GridPuzzleCanvasProvider` in `BrowserExtension/src/Infrastructure/GridPuzzle/Base/`. These classes mirror the logic of the Python `GridProviders/GridPuzzle/Base` implementation, supporting: - Grid extraction from HTML/DOM elements via CSS classes (`br`, `bl`, etc.). - Canvas data extraction from `gpl` variables in HTML string (Size, pqq, etc.). - Custom Base64 decoding logic for grid data.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Qodana Community for Python127 new problems were found
☁️ View the detailed Qodana report Contact Qodana teamContact us at qodana-support@jetbrains.com
|
Implemented
GridPuzzleProviderandGridPuzzleCanvasProviderin the TypeScript browser extension codebase to match the capabilities of the Python backend providers. This allows the extension to parse and extract data from GridPuzzle-based sites using both DOM structure andgplvariable scraping. Confirmed functionality with local unit tests.PR created automatically by Jules for task 12771083746076088445 started by @newtomsoft