Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blair/sync urlscan worigin #73

Open
wants to merge 3 commits into
base: dan/remove-seed-phrase
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="/favicon.ico">
<link rel="icon" href="/assets/icons/favicon.ico">
<script type="module" src="/src/main.js"></script>
<title>ThreatSlayer</title>
</head>
Expand Down
459 changes: 249 additions & 210 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,23 +117,23 @@ export default {
@font-face {
font-family: "THICCCBOI";
src: local("THICCCBOI");
src: url('./extension/static/fonts/TTF/THICCCBOI-Regular.ttf') format('truetype');
src: url('./assets/fonts/TTF/THICCCBOI-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: "THICCCBOI";
src: local("THICCCBOI-ExtraBold");
src: url('./extension/static/fonts/TTF/THICCCBOI-ExtraBold.ttf') format('truetype');
src: url('./assets/fonts/TTF/THICCCBOI-ExtraBold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}

/* @font-face {
font-family: "THICCCBOI";
src: local("THICCCBOI-ExtraBold");
src: url('./extension/static/fonts/TTF/THICCCBOI-ExtraBold.ttf') format('truetype');
src: url('./assets/fonts/TTF/THICCCBOI-ExtraBold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
} */
Expand Down
File renamed without changes.
Binary file added src/extension/assets/icons/favicon.ico
Binary file not shown.
File renamed without changes
File renamed without changes
Binary file added src/extension/assets/images/grid_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
136 changes: 0 additions & 136 deletions src/extension/background.js

This file was deleted.

176 changes: 0 additions & 176 deletions src/extension/banner.js

This file was deleted.

Loading