just messing around - #2
Open
karmataklu-bot wants to merge 222 commits into
Open
Conversation
Updated README to reflect new project structure and features.
- Chrome extension (popup, background, analyse UI) for NEPSE CAGR calculation - Native messaging host (nepse_host.py + wrapper shell script) bridges extension to local Python engine - nepse_cagr_server.py runs local HTTP server for CAGR calculations - com.nepse.cagr.json manifest registers native host with Chrome - CLAUDE.md and SETUP.md document project and setup steps
Updated README to clarify functionality and usage details.
Added a section for the Browser Extension, detailing its architecture, files, and setup instructions for macOS.
Owner
|
Loved your work. Actually there is automation implemented in this CI/CD Pipeline. We can archive your branch in community-chrome-extension branch. Please create P.R in that branch |
added 14 commits
May 7, 2026 08:36
- index_history.py: scrapes all 18 NEPSE indices from ShareSansar - GET request with numeric index_id (not POST with text name) - 30-day chunks (server silently returns 0 rows for >= 31 days) - JSON response parsing (not HTML table) - Incremental mode: resumes from latest CSV date - Query mode: --query --index "X" --date YYYY-MM-DD - run_index_history.py: CLI entry point mirroring run_daily.py pattern - data/index/: initial historical data for all 18 sub-indices
…to fix MV3 CSP Chrome MV3 blocks inline <script> blocks and CDN scripts. - Extract all JS from analyse.html into analyse.js (external file) - Download chart.umd.js locally (was blocked from cdnjs CDN) - Light mode theme toggle now works
- Add topbar-right container to group theme and back buttons - Implement switchPage function for multi-page navigation - Back button shows on non-analyse pages, hidden on main page - Back button navigates back to analyse (main) page - Add corresponding CSS styling for back-btn
SamirWagle
self-requested a review
May 7, 2026 12:08
…nflict - Add asterisk note clarifying NEPSE data based on closing prices - Remove malformed JavaScript code from HTML merge conflict - Clean up CAGR page section
Remove height:0 from Estimated (1994-2000) legend item. Height override prevented dashed border from rendering. Now displays properly as dashed line.
- Add company name/ticker search input field for future filtering capability - Add "My Predictions — Next Cycle Top" section with 4 key indicators: * Buffett Indicator (market cap = GDP) reaching 100% * Daily trading volume approaching 35–40 Arab * Index crossing 5,000 * 4-year cycle milestone from Sep 2022 bottom (~Sep 2026) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
…ack nav
- Add page-buffett: full blog-style article from PDF (all 5 pages)
- Include Global & Regional Buffett Indicator comparison table (11 markets)
- Wire #buffett-link click → switchPage('buffett') via JS (CSP-safe)
- Fix back button to return to previous page (bullbear → buffett → back = bullbear)
- Add buffett-indicator.pdf to extension and web_accessible_resources in manifest
- Article width set to 749px, minimal dark aesthetic
added 30 commits
August 8, 2026 02:04
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.
I made a brave extension that calcualtes CAR from your data.
If you have time check it out!