This commit is contained in:
parent
c4178fe7b8
commit
0788cac07d
|
@ -669,7 +669,8 @@ const defaultInstances = {
|
||||||
'indestructables': ['https://indestructables.private.coffee'],
|
'indestructables': ['https://indestructables.private.coffee'],
|
||||||
'destructables': ['https://ds.vern.cc'],
|
'destructables': ['https://ds.vern.cc'],
|
||||||
'wtfismyip': ['https://myip.wtf'],
|
'wtfismyip': ['https://myip.wtf'],
|
||||||
'safetwitch': ['https://safetwitch.drgns.space']
|
'safetwitch': ['https://safetwitch.drgns.space'],
|
||||||
|
'proxigram': ['https://proxigram.privacyfrontends.repl.co']
|
||||||
}
|
}
|
||||||
|
|
||||||
function initDefaults() {
|
function initDefaults() {
|
||||||
|
|
|
@ -203,6 +203,28 @@
|
||||||
"imageType": "png",
|
"imageType": "png",
|
||||||
"url": "https://tiktok.com"
|
"url": "https://tiktok.com"
|
||||||
},
|
},
|
||||||
|
"instagram": {
|
||||||
|
"frontends": {
|
||||||
|
"proxigram": {
|
||||||
|
"name": "Proxigram",
|
||||||
|
"instanceList": true,
|
||||||
|
"url": "https://codeberg.org/ThePenguinDev/Proxigram",
|
||||||
|
"localhost": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"targets": [
|
||||||
|
"^https?:\\/{2}(www\\.)?instagram\\.com\\/?"
|
||||||
|
],
|
||||||
|
"name": "Instagram",
|
||||||
|
"options": {
|
||||||
|
"enabled": false,
|
||||||
|
"frontend": "proxigram",
|
||||||
|
"unsupportedUrls": "bypass",
|
||||||
|
"instance": "public"
|
||||||
|
},
|
||||||
|
"imageType": "png",
|
||||||
|
"url": "https://www.instagram.com"
|
||||||
|
},
|
||||||
"reddit": {
|
"reddit": {
|
||||||
"frontends": {
|
"frontends": {
|
||||||
"libreddit": {
|
"libreddit": {
|
||||||
|
|
Loading…
Reference in New Issue