Add clever and edgenuity cloaks

This commit is contained in:
wearrrrr 2024-08-03 20:43:05 -05:00
parent ad2cbbc98a
commit e0a8eb0dd4
5 changed files with 10 additions and 1 deletions

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

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

View file

@ -16,7 +16,7 @@ async function getVencordJS() {
"injectTo": "head",
}];
}
getVencordJS();
// getVencordJS();
function loadExtensionScripts() {
try {

View file

@ -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 {