Add clever and edgenuity cloaks
This commit is contained in:
parent
ad2cbbc98a
commit
e0a8eb0dd4
5 changed files with 10 additions and 1 deletions
BIN
public/icons/clever.jpg
Normal file
BIN
public/icons/clever.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
BIN
public/icons/edgenuity.png
Normal file
BIN
public/icons/edgenuity.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
|
@ -16,7 +16,7 @@ async function getVencordJS() {
|
|||
"injectTo": "head",
|
||||
}];
|
||||
}
|
||||
getVencordJS();
|
||||
// getVencordJS();
|
||||
|
||||
function loadExtensionScripts() {
|
||||
try {
|
||||
|
|
|
|||
|
|
@ -20,10 +20,18 @@ const presetCloaks = [
|
|||
cloakTitle: "Google Classroom",
|
||||
favicon: "/icons/classroom.png",
|
||||
},
|
||||
{
|
||||
cloakTitle: "Imagine Edgenuity",
|
||||
favicon: "/icons/edgenuity.png",
|
||||
},
|
||||
{
|
||||
cloakTitle: "Classlink",
|
||||
favicon: "/icons/classlink.png",
|
||||
},
|
||||
{
|
||||
cloakTitle: "Clever",
|
||||
favicon: "/icons/clever.jpg",
|
||||
},
|
||||
{
|
||||
cloakTitle: "Google Drive",
|
||||
favicon: "/icons/drive.png",
|
||||
|
|
@ -90,6 +98,7 @@ const presetCloaks = [
|
|||
.cloak-image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.cloak-custom-override {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue