Skip to content

Commit

Permalink
Amethyst Network
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoryammilwalrus committed Oct 6, 2022
1 parent 8556bef commit 4179b97
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 34 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"files": ["static", ".gitignore", "app.json", ".replit", "replit.nix", "Procfile", "webretro.sh"],
"repository": {
"type": "git",
"url": "git+https://github.com/IDontCodee/Incognito"
"url": "git+https://github.com/amethystnetwork-dev/Incognito"
},
"keywords": ["unoffical", "ultraviolet", "unblock", "titaniumnetwork", "bypass-filter"],
"author": "",
Expand Down
10 changes: 2 additions & 8 deletions static/about.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,10 @@
"data": "Creator of <a href=\"https://github.com/tomphttp/\">TompHTTP</a>"
},
{
"name": "Amethyst Network",
"name": "<a href=\"https://github.com/amethystnetwork-dev/\">Amethyst Network</a>",
"data": "Created deployable version"
}
],
"amethyst": [
{
"name": "<a href=\"https://github.com/IDontCodee\">IDontCodee</a>",
"data": "Amethyst Network"
}
],
"socials": [
{
"name": "<a href=\"https://discord.gg/unblock\">TN Server</a>",
Expand All @@ -31,7 +25,7 @@
],
"contact": [
{
"name": "<a href=\"mailto:[email protected]\">[email protected]</a>"
"name": "<a href=\"mailto:[email protected]\">No email provided</a>"
}
]
}
2 changes: 1 addition & 1 deletion static/script/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const tips = [
'Modify Inc&#173;ogni&#173;tos appearance & browser tab in <a href="#settings">settings.</a>',
'You can enable about:blank tab cloaking in <a href="#settings">settings.</a>',
'Access popular media & sites easily in <a href="#apps">apps.</a>',
'This <a href=\"https://github.com/IDontCodee/Incognito\">unofficial In&#173;cog&#173;nito version</a> is made by Am&#173;et&#173;hy&#173;st Net&#173;wo&#173;rk.',
'This <a href=\"https://github.com/amethystnetwork-dev/Incognito\">unofficial In&#173;cog&#173;nito version</a> is made by Am&#173;et&#173;hy&#173;st Net&#173;wo&#173;rk.',
'Join the <a href="#community">Am&#173;et&#173;hyst Ne&#173;tw&#173;ork d&#173;i&#173;sco&#173;rd</a>'
];

Expand Down
23 changes: 0 additions & 23 deletions static/script/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ async function createAbout(app) {
const authors = [];
const socials = [];
const contacts = [];
const amethyst = [];

for (const entry of json.authors) {
authors.push(
Expand Down Expand Up @@ -368,15 +367,6 @@ async function createAbout(app) {
)
};

for (const entry of json.amethyst) {
amethyst.push(
app.createElement('p', `${entry.name}${entry.data ? ' - ' + entry.data : ''}`, {
style: {
'margin-bottom': '0'
}
})
)
};


return [
Expand Down Expand Up @@ -410,19 +400,6 @@ async function createAbout(app) {
], {
class: 'data-section'
}),
app.createElement('section', [
app.createElement('span', 'Amethyst Network', {
style: {
display: 'block',
'margin-bottom': '6px',
'font-size': '18px',
'font-weight': '500'
}
}),
app.createElement('div', amethyst)
], {
class: 'data-section'
}),
app.createElement('section', [
app.createElement('span', 'Socials', {
style: {
Expand Down
2 changes: 1 addition & 1 deletion static/support.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
{
"question": "Is my information secure",
"answer": "Incognito, in its unmodified state from its <a href=\"https://github.com/IDontCodee/Incognito\">Git&#173;Hu&#173;b repo</a>, does not collect your data. However, users can host thier own instance of this website that could have been modified to collect user data"
"answer": "Incognito, in its unmodified state from its <a href=\"https://github.com/amethystnetwork-dev/Incognito\">Git&#173;Hu&#173;b repo</a>, does not collect your data. However, users can host thier own instance of this website that could have been modified to collect user data"
},
{
"question": "Why is GeForce Now is responding with \"403 Access Denied\"",
Expand Down

0 comments on commit 4179b97

Please sign in to comment.