mirror of
https://framagit.org/tom79/nitterizeme.git
synced 2025-10-06 00:02:41 +02:00
Add vt.tiktok.com support
This commit is contained in:
@@ -64,6 +64,7 @@
|
||||
<data android:host="buff.ly" />
|
||||
<data android:host="maps.app.goo.gl" />
|
||||
<data android:host="vm.tiktok.com" />
|
||||
<data android:host="vt.tiktok.com" />
|
||||
|
||||
<!-- INSTAGRAM URLs -->
|
||||
<data android:host="instagram.com" />
|
||||
@@ -168,6 +169,7 @@
|
||||
<data android:host="buff.ly" />
|
||||
<data android:host="maps.app.goo.gl" />
|
||||
<data android:host="vm.tiktok.com" />
|
||||
<data android:host="vt.tiktok.com" />
|
||||
|
||||
<!-- INSTAGRAM URLs -->
|
||||
<data android:host="instagram.com" />
|
||||
|
@@ -64,6 +64,7 @@
|
||||
<data android:host="buff.ly" />
|
||||
<data android:host="maps.app.goo.gl" />
|
||||
<data android:host="vm.tiktok.com" />
|
||||
<data android:host="vt.tiktok.com" />
|
||||
|
||||
<!-- INSTAGRAM URLs -->
|
||||
<data android:host="instagram.com" />
|
||||
@@ -137,6 +138,7 @@
|
||||
<data android:host="buff.ly" />
|
||||
<data android:host="maps.app.goo.gl" />
|
||||
<data android:host="vm.tiktok.com" />
|
||||
<data android:host="vt.tiktok.com" />
|
||||
|
||||
<!-- INSTAGRAM URLs -->
|
||||
<data android:host="instagram.com" />
|
||||
|
@@ -105,7 +105,8 @@ public class CheckAppActivity extends AppCompatActivity {
|
||||
"bl.ink",
|
||||
"buff.ly",
|
||||
"maps.app.goo.gl",
|
||||
"vm.tiktok.com"
|
||||
"vm.tiktok.com",
|
||||
"vt.tiktok.com"
|
||||
};
|
||||
//Supported instances to redirect one instance to another faster for the user
|
||||
public static String[] invidious_instances = {
|
||||
|
Reference in New Issue
Block a user