the browser/s missing a script/plugin ?

Forum › Forums › New users › New Users and General Questions › the browser/s missing a script/plugin ?

  • This topic has 18 replies, 7 voices, and was last updated Jan 28-6:37 pm by Anonymous.
Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #15237
    Anonymous

      hi, when viewing some news websites, the reader-comments section does not load, just shows a rotating cog.

      fresh USB install,
      16.3 works fine, loads/show the websites WITH reader-comments.
      17.1 and 17.3 do not ???

      #15247
      anticapitalista
      Forum Admin

        Which sites?

        Maybe try with the adblock set to off (It is in the control centre)

        • This reply was modified 7 years, 8 months ago by anticapitalista.

        Philosophers have interpreted the world in many ways; the point is to change it.

        antiX with runit - leaner and meaner.

        #15465
        Anonymous

          comments missing on all news stories from this site,
          http://www.grimsbytelegraph.co.uk/

          adblock was not set to block anything by default on my fresh USB live installs.

          #15467
          rokytnji
          Forum Admin

            Might be a need to install JRE kinda problem.

            Live does not come with JRE installed.

            Sometimes I drive a crooked road to get my mind straight.
            I don't suffer from insanity. I enjoy every minute of it.
            Motorcycle racing is rocket science.

            Linux Registered User # 475019
            How to Search for AntiX solutions to your problems

            #15468
            rokytnji
            Forum Admin

              JRE = Java runtime environment.

              Sometimes I drive a crooked road to get my mind straight.
              I don't suffer from insanity. I enjoy every minute of it.
              Motorcycle racing is rocket science.

              Linux Registered User # 475019
              How to Search for AntiX solutions to your problems

              #15471
              Anonymous

                (shouting because mentioned previously, both in replies posted to various topics, AND via repeated PMs)

                .
                JRE aka JAVA is ______________NOT_____________ javascript (AKA ECMAScript)

                .
                “JAVA” APPLET CONTENT, BACK IN THE DAY, WOULD HAVE BEEN LOADED INTO THE BROWSER VIA A PLUGIN COMPONENT
                (SAME AS EMBEDDED “SHOCKWAVE” CONTENT REQUIRED A PLUGIN)

                THE LAST SURVIVING PLUGIN IS/WAS “FLASH”
                CURRENT MAINSTREAM BROWSERS DO NOT PROVIDE, NOR SUPPORT, A PLUGIN NECESSARY TO DISPLAY EMBEDDED JAVA CONTENT

                .

                #15484
                Anonymous

                  NB: installed ‘openjdk-8-jre’ plus dependencies (MX-antix includes this – and the website comments show in MX-antix)

                  But this has not solved it in Antix 17.xx

                  also installed ‘default-jre’ plus dependencies, no change.

                  #15496
                  Anonymous

                    cat /etc/hosts | wc

                    On this machine (without adblock entries present), the outupt is:

                    9 ___ 26 ___ 243

                    If that first number (9) is is significantly higher on your machine, you hosts file probably contains extra lines added by adblock ~~ regardless of the current state (enabled or not) of the adblock tool, an entry within the hosts file still may be blocking requests to the 3rd-party server providing content for the “comments” section of the affected webpage(s).

                    #15516
                    Anonymous

                      antix 17.xx

                      $ cat /etc/hosts | wc
                      156827 320073 5257825

                      MX=antix 17.1

                      $ cat /etc/hosts | wc
                      10 26 236

                      if this sheds any light on the problem, it’s now beyond me.

                      #15518
                      Anonymous

                        Hmmm, but antix 16 works OK, and its output is –

                        $ cat /etc/hosts | wc
                        29277 64556 864387

                        #15522
                        anticapitalista
                        Forum Admin

                          Disable antiX adblock – as I posted in my first reply – and then tell us if it makes any difference.

                          Philosophers have interpreted the world in many ways; the point is to change it.

                          antiX with runit - leaner and meaner.

                          #15526
                          Anonymous

                            In case, for some reason, adblock was interrupted and wasn’t to properly cleanup…

                            Manually running the following commandline will hopefully restore the original file:

                            sudo stat /etc/hosts.ORIGINAL && mv /etc/hosts /etc/hosts.bak && mv /etc/hosts.ORIGINAL /etc/hosts

                            #15541
                            Anonymous

                              OK, solved – thanks.

                              FYI : sudo stat /etc/hosts.ORIGINAL && mv /etc/hosts /etc/hosts.bak && mv /etc/hosts.ORIGINAL /etc/hosts

                              failed – with output,

                              File: /etc/hosts.ORIGINAL
                              Size: 239 Blocks: 1 IO Block: 4096 regular file
                              Device: 700h/1792d Inode: 1180 Links: 1
                              Access: (0644/-rw-r–r–) Uid: ( 0/ root) Gid: ( 0/ root)
                              Access: 2018-03-17 16:20:56.000000000 +0000
                              Modify: 2018-03-17 16:20:56.000000000 +0000
                              Change: 2018-03-17 16:20:56.000000000 +0000
                              Birth: –
                              mv: cannot move ‘/etc/hosts’ to ‘/etc/hosts.bak’: Permission denied

                              So then tried/fixed with,

                              su (my password/ENTER)
                              stat /etc/hosts.ORIGINAL && mv /etc/hosts /etc/hosts.bak && mv /etc/hosts.ORIGINAL /etc/hosts

                              with output,

                              File: /etc/hosts.ORIGINAL
                              Size: 239 Blocks: 1 IO Block: 4096 regular file
                              Device: 700h/1792d Inode: 1180 Links: 1
                              Access: (0644/-rw-r–r–) Uid: ( 0/ root) Gid: ( 0/ root)
                              Access: 2018-03-17 16:20:56.000000000 +0000
                              Modify: 2018-03-17 16:20:56.000000000 +0000
                              Change: 2018-03-17 16:20:56.000000000 +0000
                              Birth: –

                              #15591
                              Anonymous

                                In case, for some reason, adblock was interrupted and wasn’t to properly cleanup…

                                Manually running the following commandline will hopefully restore the original file:

                                sudo stat /etc/hosts.ORIGINAL && mv /etc/hosts /etc/hosts.bak && mv /etc/hosts.ORIGINAL /etc/hosts

                                OK, that fixed it, thanks shidoo. (with adblock in firefox unticked too)

                                #16638
                                wildstar84
                                Member

                                  Are you running NoScript addon? If so, MOST sites now use “disques” (I think this is spelled right?), a third-party site to handle their commenting, and you will have to enable that site to run javascript on your browser.

                                Viewing 15 posts - 1 through 15 (of 19 total)
                                • You must be logged in to reply to this topic.