The https://www.virustotal.com/gui/ page no longer loads Topic is solved

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
tellu-white
Moon lover
Moon lover
Posts: 83
Joined: 2022-03-08, 22:02

The https://www.virustotal.com/gui/ page no longer loads

Unread post by tellu-white » 2022-05-14, 15:15

https://www.virustotal.com/gui/

Error: "App did not load (Unsupported app)"
Suggestion: "VT not loading? Try our minimal interface for old browsers instead."

Problem persists:

• if I use "dom.webcomponents.enabled = true"
• if I use the following "Custom User Agent":

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.82 Safari/537.36

(I tried all combinations).

I prefer "https://www.virustotal.com/gui/" over other similar sites because it also displays "Signature Verification" as well as "File Version" (etc.).

Code: Select all

Error Console:

Timestamp: 5/14/2022 16:12:31
Error: SyntaxError: invalid regexp group
Source File: https://www.virustotal.com/gui/main.198e9acbc86f69b860fa.js
Line: 1

Timestamp: 5/14/2022 16:12:33
Error: Error: Unsupported app
Source File: https://www.virustotal.com/gui/
Line: 7

***

Web Console:

SyntaxError: invalid regexp group  
main.198e9acbc86f69b860fa.js:1:280981
	__webpack_modules__[56818] https://www.virustotal.com/gui/main.198e9acbc86f69b860fa.js:1:280982
	__webpack_require__ https://www.virustotal.com/gui/main.198e9acbc86f69b860fa.js:2149:11755
	__webpack_modules__[16394] https://www.virustotal.com/gui/main.198e9acbc86f69b860fa.js:1:120829
	__webpack_require__ https://www.virustotal.com/gui/main.198e9acbc86f69b860fa.js:2149:11755
	<anonymous> https://www.virustotal.com/gui/main.198e9acbc86f69b860fa.js:2149:59132
	<anonymous> https://www.virustotal.com/gui/main.198e9acbc86f69b860fa.js:2149:35322
	<anonymous> https://www.virustotal.com/gui/main.198e9acbc86f69b860fa.js:1:1

App did not load (Unsupported app)  
gui:7:168
Error: Unsupported app  
gui:7:292
	supportedAppTimeout< https://www.virustotal.com/gui/:7:292
web_console.png

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35404
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: The https://www.virustotal.com/gui/ page no longer loads

Unread post by Moonchild » 2022-05-14, 15:19

They are using the Google regex extensions in their interface, which we don't support at this time.
Have you tried the "minimal interface for old browsers" instead?
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
tellu-white
Moon lover
Moon lover
Posts: 83
Joined: 2022-03-08, 22:02

Re: The https://www.virustotal.com/gui/ page no longer loads

Unread post by tellu-white » 2022-05-14, 15:32

Thank you for your answer.
Moonchild wrote:
2022-05-14, 15:19
Have you tried the "minimal interface for old browsers" instead?
I tried, but it only shows me the page with the scan results, without the other information ("Signature Verification, "File Version", etc.).

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35404
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: The https://www.virustotal.com/gui/ page no longer loads

Unread post by Moonchild » 2022-05-14, 15:43

I'm sorry it doesn't work for your intent. The only suggestion I have for you is to use a different browser for VT, like Edge or a Blink-based other browser (since VT is owned by Google, they are obviously targeting their Chromium browser).
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
Sajadi
Board Warrior
Board Warrior
Posts: 1226
Joined: 2013-04-19, 00:46

Re: The https://www.virustotal.com/gui/ page no longer loads

Unread post by Sajadi » 2022-05-29, 08:13

Here is the solution to make it work:

Go into about:config and look for
dom.moduleScripts.enabled

Double click to set it to false and the UI loads and the page can be used properly. Found this solution in the Mypal68 Repo on Github. I would set this back to enabled afterwards when you are done with the page, with the same double click on the mentioned entry.

User avatar
tellu-white
Moon lover
Moon lover
Posts: 83
Joined: 2022-03-08, 22:02

Re: The https://www.virustotal.com/gui/ page no longer loads

Unread post by tellu-white » 2022-05-29, 21:56

Sajadi wrote:
2022-05-29, 08:13
Here is the solution to make it work:

Go into about:config and look for
dom.moduleScripts.enabled

Double click to set it to false and the UI loads and the page can be used properly.
It works! Thanks!

I have already made an Add-On that automatically changes the setting when I open the https://www.virustotal.com/gui/ page and automatically returns to the "default" setting when I activate another TAB or close the https://www.virustotal.com/gui/ page.

Galaxy
Moonbather
Moonbather
Posts: 51
Joined: 2016-07-04, 03:41

Re: The https://www.virustotal.com/gui/ page no longer loads

Unread post by Galaxy » 2022-05-30, 23:45

Can you provide a link for this Add-On like you did for 'Toggle Web Components On-Off'?

User avatar
tellu-white
Moon lover
Moon lover
Posts: 83
Joined: 2022-03-08, 22:02

Re: The https://www.virustotal.com/gui/ page no longer loads

Unread post by tellu-white » 2022-05-31, 13:42

Galaxy wrote:
2022-05-30, 23:45
Can you provide a link for this Add-On like you did for 'Toggle Web Components On-Off'?
Download link:

https://www.mediafire.com/file/qzhi2xwh ... N.zip/file

I made two versions of the Add-on:

I. The simple variant, which makes TOGGLE ''dom.moduleScripts.enabled'' OFF-ON by clicking the button.

II. The variant which AUTOMATICALLY changes the setting "dom.moduleScripts.enabled'' for the pages ("HOST") which have been added to "Options" (I have already added the "Virustotal" page).

For version II. I have attached the file "HELP.txt" which details the Add-on functionality.

WARNINGS:

• DO NOT install both versions at the same time, as they have the same ID.

• Both variants have been tested only on Windows, not on Linux.
Version I. should work without problems on Linux.
Version II. needs to be tested in Linux because I don't know (for example) if the PATH of the folder/file used in Javascript have the same syntax in Linux ("ProfilesDir_Path + "\\dom_moduleScripts_off_on\\pages.txt").

Screenshots for version II:

''Click'' on Button = ''dom.moduleScripts.enabled'' is OFF
1. ''Click'' on Button = ''dom.moduleScripts.enabled'' is OFF.png
'Click'' on Button = ''dom.moduleScripts.enabled'' is ON
2. ''Click'' on Button = ''dom.moduleScripts.enabled'' is ON.png
''Right-Click'' on Button = ''Options'' (add a new page to the list OR remove a page from the list)
3. ''Right-Click'' on Button = ''Options'' (add a new page to the list OR remove a page from the list).png
''Click'' on the arrow button (open a page previously added to ''Options'')
4. ''Click'' on the arrow button (open a page previously added to ''Options'').png
''Click'' on an entry in the List (e.g. ''Virustotal'')
5. ''Click'' on an entry in the List (e.g. ''Virustotal'').png

User avatar
tellu-white
Moon lover
Moon lover
Posts: 83
Joined: 2022-03-08, 22:02

Re: The https://www.virustotal.com/gui/ page no longer loads

Unread post by tellu-white » 2022-05-31, 15:58

IMPORTANT!

Im sorry! In the "install.rdf" file I set "pale Moon 29" instead of "Pale Moon 31".
A new download link, with the two modified add-ons (for "Pale Moon 31"):

https://www.mediafire.com/file/z9g1l0gp ... '.zip/file

User avatar
tellu-white
Moon lover
Moon lover
Posts: 83
Joined: 2022-03-08, 22:02

Re: The https://www.virustotal.com/gui/ page no longer loads

Unread post by tellu-white » 2022-06-01, 17:02

A improved version of Add-on Version II (variant that automatically changes the "dom.moduleScripts.enabled'' setting).

Download link:

https://www.mediafire.com/file/2bi0dq72 ... I.zip/file

User avatar
sidology
Moon lover
Moon lover
Posts: 79
Joined: 2021-12-04, 22:07

Re: The https://www.virustotal.com/gui/ page no longer loads

Unread post by sidology » 2022-06-01, 18:44

tellu-white wrote:
2022-05-31, 13:42
II. The variant which AUTOMATICALLY changes the setting "dom.moduleScripts.enabled'' for the pages ("HOST") which have been added to "Options"
This is great, thank you.

User avatar
tellu-white
Moon lover
Moon lover
Posts: 83
Joined: 2022-03-08, 22:02

Re: The https://www.virustotal.com/gui/ page no longer loads

Unread post by tellu-white » 2022-06-01, 19:24

sidology wrote:
2022-06-01, 18:44
This is great, thank you.
Glad you like it.

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35404
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: The https://www.virustotal.com/gui/ page no longer loads

Unread post by Moonchild » 2022-06-01, 21:37

You really should consider uploading it to the Pale Moon add-ons site :)
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
tellu-white
Moon lover
Moon lover
Posts: 83
Joined: 2022-03-08, 22:02

Re: The https://www.virustotal.com/gui/ page no longer loads

Unread post by tellu-white » 2022-06-03, 14:21

A fixed version of Add-on Version II (variant that automatically changes the "dom.moduleScripts.enabled'' setting).

"Click" on the button was supposed to make it possible to test pages that have not yet been added to "OPTIONS". However, this was not possible because by opening such a page the "dom.moduleScripts.enabled" setting would AUTOMATICALLY become "true".

I have corrected this "bug". Now "Click" on the button will switch to "TEST mode" (TOGGLE). See a more detailed explanation in the attached file "HELP.txt".

Download link (for Add-on Version II - Variant 2):

https://www.mediafire.com/file/efxoh51o ... 2.zip/file
Moonchild wrote:
2022-06-01, 21:37
You really should consider uploading it to the Pale Moon add-ons site
It seems I still have some work to do to improve the functionality of the add-on :)

User avatar
UCyborg
Fanatic
Fanatic
Posts: 171
Joined: 2019-01-10, 09:37

Re: The https://www.virustotal.com/gui/ page no longer loads

Unread post by UCyborg » 2022-06-04, 05:02

The workaround is implemented by Pale Moon Web Technologies Polyfill Add-On (relevant issue page). It doesn't change the dom.moduleScripts.enabled pref. It also fixes a handful of other sites. I say workaround because there must be some reason the code is there and rewriting it to not use regex named capture groups would be cleaner.

Though I guess you could say they're all workarounds until support for missing bells and whistles is implemented in Pale Moon.

Edit: Right, from what martok says this must be intentional, disabling those modules activates legacy compatible code, at least until they decide to throw it out.

User avatar
Sajadi
Board Warrior
Board Warrior
Posts: 1226
Joined: 2013-04-19, 00:46

Re: The https://www.virustotal.com/gui/ page no longer loads

Unread post by Sajadi » 2022-06-04, 18:30

Moonchild wrote:
2022-06-01, 21:37
You really should consider uploading it to the Pale Moon add-ons site :)
It would be interesting also to know why deactivating this fixes the issue and if it should be perhaps a recommendation for deactivating this or not in general :)

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35404
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: The https://www.virustotal.com/gui/ page no longer loads

Unread post by Moonchild » 2022-06-04, 19:42

Disabling module scripts overall will break a -ton- of sites.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
Sajadi
Board Warrior
Board Warrior
Posts: 1226
Joined: 2013-04-19, 00:46

Re: The https://www.virustotal.com/gui/ page no longer loads

Unread post by Sajadi » 2022-06-04, 20:03

Moonchild wrote:
2022-06-04, 19:42
Disabling module scripts overall will break a -ton- of sites.
Ok, then its of course better to have this activated :D

User avatar
tellu-white
Moon lover
Moon lover
Posts: 83
Joined: 2022-03-08, 22:02

Re: The https://www.virustotal.com/gui/ page no longer loads

Unread post by tellu-white » 2022-06-05, 00:48

Sajadi wrote:
2022-06-04, 20:03
Ok, then its of course better to have this activated :D
My add-on changes the "dom.moduleScripts.enabled" setting to "false" ONLY for URLs ("HOSTNAME") that were added to "OPTIONS" with the "Right-Click" on button (e.g. "https://www.virustotal.com/gui/") and AUTOMATICALLY returns to the "DEFAULT" setting ("dom.moduleScripts.enabled = true") when you activate another TAB, open a page that has not been added to "OPTIONS" or close the (active) "https://www.virustotal.com/gui/" page (for example) ;)

dinosaur
Fanatic
Fanatic
Posts: 165
Joined: 2014-06-03, 09:26
Location: France

Re: The https://www.virustotal.com/gui/ page no longer loads

Unread post by dinosaur » 2022-06-08, 21:02

tellu-white wrote:
2022-06-05, 00:48
My add-on changes the "dom.moduleScripts.enabled" setting to "false" ONLY for URLs ("HOSTNAME") that were added to "OPTIONS" with the "Right-Click" on button (e.g. "https://www.virustotal.com/gui/") and AUTOMATICALLY returns to the "DEFAULT" setting ("dom.moduleScripts.enabled = true") when you activate another TAB, open a page that has not been added to "OPTIONS" or close the (active) "https://www.virustotal.com/gui/" page (for example) ;)
Sadly, neither your add-on, neither palefill work for me with Pale Moon v31.1.0 (for Linux) when visiting VirusTotal... Here is what I get (from a blank profile, with just your add-on installed):
VirusTotalKO.png

Locked