Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

EBrowser Switch: Difference between revisions

From GameBrew
(Created page with "{{Infobox Switch Homebrews |title=eBrowser |image=ebrowserswitch.png |description=Launch internal browser using eShop applet (90dns). |author=Migushthe2nd |lastupdated=2021/09/01 |type=Utilities |version=2021 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/ebrowserswitch.7z |website=https://gbatemp.net/threads/launch-internal-browser-using-eshop-applet-90dns.528885/ |source=https://github.com/Migushthe2nd/eBrowser |donation= }} {{#seo: |title=Switch Ho...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Infobox Switch Homebrews
{{Infobox Switch Homebrews
|title=eBrowser
|title=eBrowser
|image=ebrowserswitch.png
|image=ebrowsernx.png
|description=Launch internal browser using eShop applet (90dns).
|description=Launch internal browser using eShop applet (90dns).
|author=Migushthe2nd
|author=Migushthe2nd
Line 8: Line 8:
|version=2021
|version=2021
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/switchhomebrews/ebrowserswitch.7z
|download=https://dlhb.gamebrew.org/switchhomebrews/ebrowsernx.7z
|website=https://gbatemp.net/threads/launch-internal-browser-using-eshop-applet-90dns.528885/
|website=https://gbatemp.net/threads/launch-internal-browser-using-eshop-applet-90dns.528885/
|source=https://github.com/Migushthe2nd/eBrowser
|source=https://github.com/Migushthe2nd/eBrowser
|donation=
|donation=
}}
}}
{{#seo:
{{Obsolete}}
|title=Switch Homebrew Apps (Utilities) - GameBrew
A mod that redirects the eShop's error page (when using a dns to block Nintendo's servers, for example 90DNS) to https://dns.switchbru.com/, allowing you to use the internal browser.
|title_mode=append
 
|image=ebrowserswitch.png
'''Note:''' A Nintendo ID has to be linked to a user, else you can't launch the eBrowser applet. For those who don't have such an account, it is recommended using XorTroll's browser in [[Goldleaf Switch|Goldleaf]] instead.
|image_alt=eBrowser
 
}}
==Installation==
{{cleanup|article|Needs cleanup}}
Put the two folders in your sdmc:/[your cfw (atmosphere/reinx/sxos)]/contents folder and make sure you have LayeredFS enabled.
Launch internal browser using eShop applet (90dns).
 
You can change the icon of the eShop by modifying __Combined.bntx in ResidentMenu.szs. More info [https://gbatemp.net/threads/tutorial-qlaunch-custom-menue-icons.519249/ here].
 
It is also possible to change the launch sound, but for that you'd have to edit qlaunch.bfsar and replace qlaunch_0000004B.bfwav.
 
==User guide==
This probably is only for people who block Nintendo's servers. SXOS' Steal Mode does not work with this. This just replaces two out of three errorpages with a page that redirects to google.com, and replaces the original eShop domain whitelist to allow all domains.
 
WhitelistEc.txt:
^.


==Media==
ErrorPageTemplate.html:
<youtube></youtube>
<pre>
<!DOCTYPE html>
<nowiki><meta http-equiv="refresh" content="0; url=https://dns.switchbru.com/" /></nowiki>
</pre>


ErrorSubPageTemplate.html:
<pre>
<!DOCTYPE html>
<nowiki><meta http-equiv="refresh" content="0; url=https://dns.switchbru.com/" /></nowiki>
</pre>


==Screenshots==
==Compatibility==
https://dlhb.gamebrew.org/switchhomebrews/ebrowserswitch-01.png
Works on 5.x-6.x.
https://dlhb.gamebrew.org/switchhomebrews/ebrowserswitch-02.png
https://dlhb.gamebrew.org/switchhomebrews/ebrowserswitch-03.png
https://dlhb.gamebrew.org/switchhomebrews/ebrowserswitch-04.png
https://dlhb.gamebrew.org/switchhomebrews/ebrowserswitch-05.png
https://dlhb.gamebrew.org/switchhomebrews/ebrowserswitch-06.png
https://dlhb.gamebrew.org/switchhomebrews/ebrowserswitch-07.png
https://dlhb.gamebrew.org/switchhomebrews/ebrowserswitch-08.png


==Changelog==
==Known issues==
'''v.1.0'''
*The eShop unfortunately still starts loading until it times out. Edit: the os seems to block touch and controller input except for the homebutton, so you *still can't navigate while it is loading in the background.
* First Release.
*Screenshots cannot be taken.
*No cursor, only the select box.


== External links ==
== External links ==
* Gbatemp - https://gbatemp.net/threads/launch-internal-browser-using-eshop-applet-90dns.528885/
* GitHub - https://github.com/Migushthe2nd/eBrowser
* Github - https://github.com/Migushthe2nd/eBrowser
* GBAtemp - https://gbatemp.net/threads/launch-internal-browser-using-eshop-applet-90dns.528885/
* Reddit -

Latest revision as of 02:34, 2 Mayıs 2023

eBrowser
Ebrowsernx.png
General
AuthorMigushthe2nd
TypeUtilities
Version2021
LicenseMixed
Last Updated2021/09/01
Links
Download
Website
Source

A mod that redirects the eShop's error page (when using a dns to block Nintendo's servers, for example 90DNS) to https://dns.switchbru.com/, allowing you to use the internal browser.

Note: A Nintendo ID has to be linked to a user, else you can't launch the eBrowser applet. For those who don't have such an account, it is recommended using XorTroll's browser in Goldleaf instead.

Installation

Put the two folders in your sdmc:/[your cfw (atmosphere/reinx/sxos)]/contents folder and make sure you have LayeredFS enabled.

You can change the icon of the eShop by modifying __Combined.bntx in ResidentMenu.szs. More info here.

It is also possible to change the launch sound, but for that you'd have to edit qlaunch.bfsar and replace qlaunch_0000004B.bfwav.

User guide

This probably is only for people who block Nintendo's servers. SXOS' Steal Mode does not work with this. This just replaces two out of three errorpages with a page that redirects to google.com, and replaces the original eShop domain whitelist to allow all domains.

WhitelistEc.txt:

^.

ErrorPageTemplate.html:

<!DOCTYPE html>
<meta http-equiv="refresh" content="0; url=https://dns.switchbru.com/" />

ErrorSubPageTemplate.html:

<!DOCTYPE html>
<meta http-equiv="refresh" content="0; url=https://dns.switchbru.com/" />

Compatibility

Works on 5.x-6.x.

Known issues

  • The eShop unfortunately still starts loading until it times out. Edit: the os seems to block touch and controller input except for the homebutton, so you *still can't navigate while it is loading in the background.
  • Screenshots cannot be taken.
  • No cursor, only the select box.

External links

Advertising: