Skip to content

Commit

Permalink
add snapshot page URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Joabesv committed Dec 13, 2024
1 parent e4a0ba7 commit ac0d4cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/entrypoints/matricula.content/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export default defineContentScript({
runAt: 'document_end',
cssInjectionMode: 'ui',
matches: [
'http://localhost:3003/*',
'https://ufabc-matricula-snapshot.vercel.app/*',
'https://api.ufabcnext.com/snapshot',
'https://matricula.ufabc.edu.br/matricula',
Expand Down

0 comments on commit ac0d4cb

Please sign in to comment.