diff options
Diffstat (limited to 'source/github-helpers/selectors.ts')
-rw-r--r-- | source/github-helpers/selectors.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/github-helpers/selectors.ts b/source/github-helpers/selectors.ts index 453b4bc5..6b121ec8 100644 --- a/source/github-helpers/selectors.ts +++ b/source/github-helpers/selectors.ts @@ -48,3 +48,8 @@ export const actionsTab = '#actions-tab'; export const actionsTab_ = [ 'https://github.com/refined-github/sandbox', ]; + +export const codeSearchHeader = 'div:has(>:is([aria-label^="Collapse "], [aria-label^="Expand "]))'; +export const codeSearchHeader_ = [ + 'https://github.com/search?q=repo%3Arefined-github%2Frefined-github&type=code', +]; |