Skip to content

Commit

Permalink
Sudo-extension now
Browse files Browse the repository at this point in the history
  • Loading branch information
itzCozi committed Apr 25, 2024
1 parent 57b1df4 commit e1b943b
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Please visit the [main document at primary repository](https://github.com/movie-web/movie-web/blob/dev/.github/CODE_OF_CONDUCT.md).
Please visit the [main document at primary repository](https://github.com/sussy-code/smov/blob/dev/.github/CODE_OF_CONDUCT.md).
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Please visit the [main document at primary repository](https://github.com/movie-web/movie-web/blob/dev/.github/CONTRIBUTING.md).
Please visit the [main document at primary repository](https://github.com/sussy-code/smov/blob/dev/.github/CONTRIBUTING.md).
6 changes: 3 additions & 3 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Supported Versions

The latest version of movie-web is the only version that is supported, as it is the only version that is being actively developed.
The latest version of sudo-flix is the only version that is supported, as it is the only version that is being actively developed.

## Reporting a Vulnerability

You can contact the movie-web maintainers to report a vulnerability:
- Report the vulnerability in the [movie-web Discord server](https://movie-web.github.io/links/discord)
You can contact the sudo-flix maintainers to report a vulnerability:
- Report the vulnerability in the [Discord server](https://discord.gg/g742e7Mu2W)
6 changes: 3 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This pull request resolves #XXX

- [ ] I have read and agreed to the [code of conduct](https://github.com/movie-web/movie-web/blob/dev/.github/CODE_OF_CONDUCT.md).
- [ ] I have read and complied with the [contributing guidelines](https://github.com/movie-web/movie-web/blob/dev/.github/CONTRIBUTING.md).
- [ ] What I'm implementing was assigned to me and is an [approved issue](https://github.com/movie-web/movie-web/issues?q=is%3Aopen+is%3Aissue+label%3Aapproved). For reference, please take a look at our [GitHub projects](https://github.com/movie-web/movie-web/projects).
- [ ] I have read and agreed to the [code of conduct](https://github.com/sussy-code/smov/blob/dev/.github/CODE_OF_CONDUCT.md).
- [ ] I have read and complied with the [contributing guidelines](https://github.com/sussy-code/smov/blob/dev/.github/CONTRIBUTING.md).
- [ ] What I'm implementing was assigned to me and is an [approved issue](https://github.com/sussy-code/smov/issues?q=is%3Aopen+is%3Aissue+label%3Aapproved). For reference, please take a look at our [GitHub projects](https://github.com/sussy-code/smov/projects).
- [ ] I have tested all of my changes.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 movie-web
Copyright (c) 2023 sudo-flix

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@movie-web/extension",
"displayName": "movie-web extension",
"name": "@sussy-code/browser-ext",
"displayName": "sudo-flix extension",
"version": "1.1.4",
"description": "Enhance your movie-web experience with just one click",
"author": "movie-web",
"description": "Enhance your streaming experience with just one click",
"author": "sudo-flix",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
Expand Down
2 changes: 1 addition & 1 deletion src/components/BottomLabel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function BottomLabel() {
<h3 className="bottom-label">
{version}
<div className="dot" />
movie-web
sudo-flix
</h3>
);
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/DisabledScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function DisabledScreen() {
<Icon name="warningCircle" />
</div>
<p>
The <strong>movie-web extension</strong> can not be used on this page
The <strong>sudo-flix extension</strong> can not be used on this page
</p>
</div>
);
Expand Down
6 changes: 3 additions & 3 deletions src/tabs/PermissionRequest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function PermissionRequest() {
We need some <br /> browser permissions
</h1>
<p className="text-color paragraph">
We don&apos;t like it either, but the movie-web extension needs quite a few permissions to function. Listed
We don&apos;t like it either, but the sudo-flix extension needs quite a few permissions to function. Listed
below is an explanation for all permissions we need.
</p>

Expand All @@ -41,7 +41,7 @@ export default function PermissionRequest() {
purple
icon={<Icon name="github" />}
right={
<Button type="secondary" href="https://github.com/movie-web/extension">
<Button type="secondary" href="https://github.com/sussy-code/browser-ext">
Read source code
</Button>
}
Expand All @@ -66,7 +66,7 @@ export default function PermissionRequest() {
<h3>Network Requests</h3>
<p className="text-color paragraph">
This permission allows the extension to instruct the browser how to request data from sites. In more
technical terms, this allows movie-web to modify HTTP headers that it wouldn&apos;t normally be allowed
technical terms, this allows sudo-flix to modify HTTP headers that it wouldn&apos;t normally be allowed
to.
</p>
<p className="text-color paragraph">
Expand Down
1 change: 1 addition & 0 deletions src/utils/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const DEFAULT_DOMAIN_WHITELIST = [
'stream.thehairy.me',
'scootydooter.vercel.app',
'movie-web-me.vercel.app',
'sudo-flix.lol',
];

export const storage = new Storage();
Expand Down

0 comments on commit e1b943b

Please sign in to comment.