Add a "Go to Github" button on Graphite PRs
2023/01/16のページです。最新版はこちら
コードが変更されたバージョンのみを表示しています すべてのバージョンを表示
If the toolbar already exists, add the button immediately
Run on document-idle, not document-start. This should help the button appear more reliably by waiting a bit longer for the page to load all elements.
- update styling to work in dark mode (steal styling from 'Review changes' button)
- match their new URL: app.graphite.com- update matching regex to handle dash (-) in repo or project name (thanks @gaosong2101!)
Fixes issue where the button might show twice