Skip to content
  • Categories
  • Recent
  • Groups
  • Users
  • Tags
  • Popular
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Lumen)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Categories
  3. Staff Communications
  4. Technical Support
  5. BrowseDNS Tech Support
  6. Discord port talk

Discord port talk

Scheduled Pinned Locked Moved BrowseDNS Tech Support
20 Posts 7 Posters 542 Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • lollapaloozaL Offline
    lollapaloozaL Offline
    lollapalooza
    Global Mod
    wrote on last edited by
    #1

    Re: How did you find your way here?
    except its all the discord talk

    \'-'/
    free-palestine.carrd.co
    veteran member and moderator
    Ash Ketchum・1997-2023

    1 Reply Last reply
    1
    • pwsincdP Offline
      pwsincdP Offline
      pwsincd
      Admin
      wrote on last edited by
      #2

      no method is possible via dns or any other web applet .. there may be be a possibility within homebrew for someone to dev an app.. but the fact you can with linux kinda negates the need.

      "Don’t waste your words I don’t need anything from you / I don’t care where you’ve been or what you plan to do." - Ian Brown

      1 Reply Last reply
      0
      • lollapaloozaL Offline
        lollapaloozaL Offline
        lollapalooza
        Global Mod
        wrote on last edited by
        #3

        i was hoping iframe galore plus perhaps vm a la internet archive would solve that.....
        sad

        \'-'/
        free-palestine.carrd.co
        veteran member and moderator
        Ash Ketchum・1997-2023

        1 Reply Last reply
        0
        • pwsincdP Offline
          pwsincdP Offline
          pwsincd
          Admin
          wrote on last edited by
          #4

          cors

          "Don’t waste your words I don’t need anything from you / I don’t care where you’ve been or what you plan to do." - Ian Brown

          lollapaloozaL 1 Reply Last reply
          1
          • pwsincdP pwsincd

            cors

            lollapaloozaL Offline
            lollapaloozaL Offline
            lollapalooza
            Global Mod
            wrote on last edited by
            #5

            @pwsincd yep

            \'-'/
            free-palestine.carrd.co
            veteran member and moderator
            Ash Ketchum・1997-2023

            1 Reply Last reply
            0
            • VGMooseV Offline
              VGMooseV Offline
              VGMoose
              Admin
              wrote on last edited by
              #6

              Depending on what the actual issues are with Discord, it may be possible to get it working (in the normal DNS browser applet) by injecting javascript into the page that attempts to fix whatever the loading issues are.

              So there's two main problems with that, the first is: how do you actual inject the JS? It is technically doable via DNS override to bypass CORS restrictions, however there will be an HTTPS security issue. That though, can also be bypassed by the user (It will prompt and say page is insecure, but in login applet you can accept this warning and load the page anyway). This part is technically doable, even if it's a little flakey.

              The next problem is discovering what the actual issues preventing Discord from loading in the first place even are. If it's like, some newer javascript method that just needs to be polyfilled, there would be a pretty decent chance of success. But as of this time of writing, I don't even know where to start debugging that. You would need something like a webkit developer console / inspector that's accessible via Homebrew. Again, it should be possible to debug these issues (something like BrowseNX -> web inspector for instance) just not sure where to start.

              Finally there's likely to be a third issue with something like, the page size being too large for memory. This too however potentially be patched via custom JS as well, to try to keep in-memory size low. This is another area where custom homebrew or emulating the web applet on PC would be useful to debug what the custom JS looks like.

              From a user perspective, injecting "custom JS" like this is just essentially just acting as a browser extension, besides the part where you load it insecurely from overridden DNS settings. Disclaimer: this is all hypothetical!

              tldr: 1. it's possible to inject custom scripts (aka "browser extensions") over DNS + accept security warning without homebrew, so 2. technically may be able to patch whatever issues there are with discord. But 3. need to figure out what those issues are in the first place, in order to know what to patch (which 4. may need custom homebrew or an emulator to debug).

              Sign the petition! Help us figure out the browser timeout.

              lollapaloozaL C 2 Replies Last reply
              0
              • VGMooseV Offline
                VGMooseV Offline
                VGMoose
                Admin
                wrote on last edited by
                #7

                This repo appears to allow for some web inspector / debugging tools through DNS + PC, but it may not work on latest firmware. I have not checked yet: https://github.com/sudofox/switch-browser

                Sign the petition! Help us figure out the browser timeout.

                lollapaloozaL 1 Reply Last reply
                0
                • ? Offline
                  ? Offline
                  A Former User
                  wrote on last edited by
                  #8

                  ok

                  1 Reply Last reply
                  0
                  • Koo_HyunhoK Offline
                    Koo_HyunhoK Offline
                    Koo_Hyunho
                    Gay People clowns Demon Slayer = epic One Piece Fans Depressed People Vent-friends Speakers of Igpay Atinlay PKM FAN neurodivergent People
                    wrote on last edited by
                    #9

                    wow-

                    Probably one of the oldest active people

                    1 Reply Last reply
                    0
                    • VGMooseV VGMoose

                      Depending on what the actual issues are with Discord, it may be possible to get it working (in the normal DNS browser applet) by injecting javascript into the page that attempts to fix whatever the loading issues are.

                      So there's two main problems with that, the first is: how do you actual inject the JS? It is technically doable via DNS override to bypass CORS restrictions, however there will be an HTTPS security issue. That though, can also be bypassed by the user (It will prompt and say page is insecure, but in login applet you can accept this warning and load the page anyway). This part is technically doable, even if it's a little flakey.

                      The next problem is discovering what the actual issues preventing Discord from loading in the first place even are. If it's like, some newer javascript method that just needs to be polyfilled, there would be a pretty decent chance of success. But as of this time of writing, I don't even know where to start debugging that. You would need something like a webkit developer console / inspector that's accessible via Homebrew. Again, it should be possible to debug these issues (something like BrowseNX -> web inspector for instance) just not sure where to start.

                      Finally there's likely to be a third issue with something like, the page size being too large for memory. This too however potentially be patched via custom JS as well, to try to keep in-memory size low. This is another area where custom homebrew or emulating the web applet on PC would be useful to debug what the custom JS looks like.

                      From a user perspective, injecting "custom JS" like this is just essentially just acting as a browser extension, besides the part where you load it insecurely from overridden DNS settings. Disclaimer: this is all hypothetical!

                      tldr: 1. it's possible to inject custom scripts (aka "browser extensions") over DNS + accept security warning without homebrew, so 2. technically may be able to patch whatever issues there are with discord. But 3. need to figure out what those issues are in the first place, in order to know what to patch (which 4. may need custom homebrew or an emulator to debug).

                      lollapaloozaL Offline
                      lollapaloozaL Offline
                      lollapalooza
                      Global Mod
                      wrote on last edited by
                      #10

                      @VGMoose so custom JS everywhere may get us somewhere.
                      calls my friend studying for a CS masters

                      \'-'/
                      free-palestine.carrd.co
                      veteran member and moderator
                      Ash Ketchum・1997-2023

                      1 Reply Last reply
                      0
                      • Koo_HyunhoK Offline
                        Koo_HyunhoK Offline
                        Koo_Hyunho
                        Gay People clowns Demon Slayer = epic One Piece Fans Depressed People Vent-friends Speakers of Igpay Atinlay PKM FAN neurodivergent People
                        wrote on last edited by
                        #11

                        i will literally be the happiest man if I will get to access discord

                        Probably one of the oldest active people

                        lollapaloozaL 1 Reply Last reply
                        0
                        • Shownu HyungS Offline
                          Shownu HyungS Offline
                          Shownu Hyung
                          Shownu Besties
                          wrote on last edited by
                          #12

                          -me trying to figure it out first-

                          ★「 ᴏʜ 시작도 안 한 ᴍʏ ᴏʙꜱᴇꜱꜱɪᴏɴ 」

                          1 Reply Last reply
                          0
                          • Koo_HyunhoK Offline
                            Koo_HyunhoK Offline
                            Koo_Hyunho
                            Gay People clowns Demon Slayer = epic One Piece Fans Depressed People Vent-friends Speakers of Igpay Atinlay PKM FAN neurodivergent People
                            wrote on last edited by
                            #13

                            LMAO

                            Probably one of the oldest active people

                            1 Reply Last reply
                            0
                            • Koo_HyunhoK Koo_Hyunho

                              i will literally be the happiest man if I will get to access discord

                              lollapaloozaL Offline
                              lollapaloozaL Offline
                              lollapalooza
                              Global Mod
                              wrote on last edited by
                              #14

                              @Akaza idk why seeing others happy makes me feel happy inside

                              \'-'/
                              free-palestine.carrd.co
                              veteran member and moderator
                              Ash Ketchum・1997-2023

                              1 Reply Last reply
                              0
                              • VGMooseV VGMoose

                                This repo appears to allow for some web inspector / debugging tools through DNS + PC, but it may not work on latest firmware. I have not checked yet: https://github.com/sudofox/switch-browser

                                lollapaloozaL Offline
                                lollapaloozaL Offline
                                lollapalooza
                                Global Mod
                                wrote on last edited by
                                #15

                                @VGMoose just read it
                                imma go investigate

                                \'-'/
                                free-palestine.carrd.co
                                veteran member and moderator
                                Ash Ketchum・1997-2023

                                1 Reply Last reply
                                0
                                • Koo_HyunhoK Offline
                                  Koo_HyunhoK Offline
                                  Koo_Hyunho
                                  Gay People clowns Demon Slayer = epic One Piece Fans Depressed People Vent-friends Speakers of Igpay Atinlay PKM FAN neurodivergent People
                                  wrote on last edited by
                                  #16

                                  people make me sad /j idk im just a depressed lil shit that has nothing to do lololol

                                  Probably one of the oldest active people

                                  1 Reply Last reply
                                  0
                                  • Shownu HyungS Offline
                                    Shownu HyungS Offline
                                    Shownu Hyung
                                    Shownu Besties
                                    wrote on last edited by
                                    #17

                                    lmao

                                    ★「 ᴏʜ 시작도 안 한 ᴍʏ ᴏʙꜱᴇꜱꜱɪᴏɴ 」

                                    1 Reply Last reply
                                    0
                                    • VGMooseV VGMoose

                                      Depending on what the actual issues are with Discord, it may be possible to get it working (in the normal DNS browser applet) by injecting javascript into the page that attempts to fix whatever the loading issues are.

                                      So there's two main problems with that, the first is: how do you actual inject the JS? It is technically doable via DNS override to bypass CORS restrictions, however there will be an HTTPS security issue. That though, can also be bypassed by the user (It will prompt and say page is insecure, but in login applet you can accept this warning and load the page anyway). This part is technically doable, even if it's a little flakey.

                                      The next problem is discovering what the actual issues preventing Discord from loading in the first place even are. If it's like, some newer javascript method that just needs to be polyfilled, there would be a pretty decent chance of success. But as of this time of writing, I don't even know where to start debugging that. You would need something like a webkit developer console / inspector that's accessible via Homebrew. Again, it should be possible to debug these issues (something like BrowseNX -> web inspector for instance) just not sure where to start.

                                      Finally there's likely to be a third issue with something like, the page size being too large for memory. This too however potentially be patched via custom JS as well, to try to keep in-memory size low. This is another area where custom homebrew or emulating the web applet on PC would be useful to debug what the custom JS looks like.

                                      From a user perspective, injecting "custom JS" like this is just essentially just acting as a browser extension, besides the part where you load it insecurely from overridden DNS settings. Disclaimer: this is all hypothetical!

                                      tldr: 1. it's possible to inject custom scripts (aka "browser extensions") over DNS + accept security warning without homebrew, so 2. technically may be able to patch whatever issues there are with discord. But 3. need to figure out what those issues are in the first place, in order to know what to patch (which 4. may need custom homebrew or an emulator to debug).

                                      C Offline
                                      C Offline
                                      CarryOnBag 0
                                      Switchbru
                                      wrote on last edited by
                                      #18

                                      @VGMoose so it is possible but no one has done it yet? (or has it been done?)

                                      lollapaloozaL 1 Reply Last reply
                                      0
                                      • C CarryOnBag 0

                                        @VGMoose so it is possible but no one has done it yet? (or has it been done?)

                                        lollapaloozaL Offline
                                        lollapaloozaL Offline
                                        lollapalooza
                                        Global Mod
                                        wrote on last edited by
                                        #19

                                        @CarryOnBag-0 oh it's impossible
                                        used to work
                                        RIP discross

                                        \'-'/
                                        free-palestine.carrd.co
                                        veteran member and moderator
                                        Ash Ketchum・1997-2023

                                        1 Reply Last reply
                                        0
                                        • VGMooseV Offline
                                          VGMooseV Offline
                                          VGMoose
                                          Admin
                                          wrote on last edited by
                                          #20

                                          I started looking into it more and it was harder than I described above... Maybe there are some people that are better at modding discord but right now it's not looking too optimistic.

                                          It would also still be nice to be able to get a web inspector somehow, potentially through homebrew, to debug the specific issue further. I'm sure there's a way to do this but it's not known or understood.

                                          Sign the petition! Help us figure out the browser timeout.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Groups
                                          • Users
                                          • Tags
                                          • Popular