Skip to content

Commit

Permalink
Small Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darkxex committed Dec 8, 2022
1 parent 0e8b767 commit 32998e9
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 65 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ include $(DEVKITPRO)/libnx/switch_rules
#---------------------------------------------------------------------------------
VERSION_MAJOR := 2
VERSION_MINOR := 6
VERSION_MICRO := 3
VERSION_MICRO := 4

APP_TITLE := RipJKAnimeNX
APP_AUTHOR := AngelXex & Kronos2308
Expand Down
Binary file modified out/RipJKAnimeNX.nro
Binary file not shown.
Binary file modified out/RipJKAnimeNX[05B9DB505ABBE000][v0].nsp
Binary file not shown.
2 changes: 1 addition & 1 deletion romfs/V
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"V":"2.6.3"}
{"V":"2.6.4"}
60 changes: 0 additions & 60 deletions romfs/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,64 +2,4 @@
# Generated With RipJkAnime NX
#---------------------------------

# Bypass connect and browser
127.0.0.1 be*.nintendo.*
127.0.0.1 bu*.nintendo.*
127.0.0.1 con*.nintendo.*
127.0.0.1 cap*.nintendo.*

# block nintendo
127.0.0.1 a*.nintendo.*
127.0.0.1 d*.nintendo.*
127.0.0.1 e*.nintendo.*
127.0.0.1 f*.nintendo.*
127.0.0.1 g*.nintendo.*
127.0.0.1 h*.nintendo.*
127.0.0.1 i*.nintendo.*
127.0.0.1 j*.nintendo.*
127.0.0.1 k*.nintendo.*
127.0.0.1 l*.nintendo.*
127.0.0.1 m*.nintendo.*
127.0.0.1 n*.nintendo.*
127.0.0.1 o*.nintendo.*
127.0.0.1 p*.nintendo.*
127.0.0.1 q*.nintendo.*
127.0.0.1 r*.nintendo.*
127.0.0.1 s*.nintendo.*
127.0.0.1 t*.nintendo.*
127.0.0.1 u*.nintendo.*
127.0.0.1 v*.nintendo.*
127.0.0.1 w*.nintendo.*
127.0.0.1 x*.nintendo.*
127.0.0.1 y*.nintendo.*
127.0.0.1 z*.nintendo.*
127.0.0.1 1*.nintendo.*
127.0.0.1 2*.nintendo.*
127.0.0.1 3*.nintendo.*
127.0.0.1 4*.nintendo.*
127.0.0.1 5*.nintendo.*
127.0.0.1 6*.nintendo.*
127.0.0.1 7*.nintendo.*
127.0.0.1 8*.nintendo.*
127.0.0.1 9*.nintendo.*
127.0.0.1 0*.nintendo.*

# Block Nintendo Telemetry logs
127.0.0.1 receive-%.dg.srv.nintendo.net receive-%.er.srv.nintendo.net

# 90 dns
95.216.149.205 *90dns.test

# Ads
127.0.0.1 *.doubleclick.net
127.0.0.1 s.ytimg.com
127.0.0.1 ad.youtube.com
127.0.0.1 ads.youtube.com
127.0.0.1 clients1.google.com
127.0.0.1 asccdn.com
127.0.0.1 youradexchange.com
127.0.0.1 *addthis.com
127.0.0.1 *culturedischargenarcotic*
127.0.0.1 *google-analytics*
127.0.0.1 disasterthoughtless.com

2 changes: 1 addition & 1 deletion shortcompile.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
make -j20
"C:\devkitPro\tools\bin\nxlink.exe" "out\RipJKAnimeNX.nro" -s -a 192.168.0.10
"C:\devkitPro\tools\bin\nxlink.exe" "out\RipJKAnimeNX.nro" -s -a 192.168.1.87



4 changes: 2 additions & 2 deletions source/Link.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ string Nozomi_player(string Link){
string data = "data=" + FirstKey;
string SecondKey = Net::REDIRECT("https://jkanime.net/gsplay/redirect_post.php",data);
//Use CustomPlayer
replace(SecondKey,"https://jkanime.net/gsplay/player.html#","https://darkxex.github.io/RipJKAnimeNX/player.html#");
//replace(SecondKey,"https://jkanime.net/gsplay/player.html#","https://darkxex.github.io/RipJKAnimeNX/player.html#");
return SecondKey;
}
string Fembed_Link(string Link) {
Expand Down Expand Up @@ -155,7 +155,7 @@ string Fembed_Link(string Link) {

//servers
std::vector<std::string> arrayserversbak = {
"Nozomi","Fembed 2.0","MixDrop","Desu","Xtreme S","Okru"
"Nozomi","Desu","Fembed 2.0","MixDrop","Xtreme S","Okru"
};

std::vector<std::string> arrayservers = arrayserversbak;
Expand Down

0 comments on commit 32998e9

Please sign in to comment.