Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/26/2024 in all areas

  1. Saw this? https://www.zenrows.com/blog/bypass-cloudflare#how-cloudflare-detects-bots
    3 points
  2. Yes, they finally made a spoof function (I think starting somewhere in v.115 or so). Earlier, I used to randomise it by playing with ciphers/their quantity. But then again, Akamai stays the same.
    3 points
  3. You also claimed that you were blocking the "like" function, not only photos. You're right, I agree about the boycott, I even think I already suggested it many years ago. I'm deadset serious about faking my fingerprints, make them multiple, randomise, not to block completely, but make them similar to the most common ones, I don't know what others want. I didn't post my pic. at cloudflare, I posted it at MSFN, what does it have to do with the topic discussion?
    2 points
  4. A good example of how Client Hints "give up" the OS you're on, thus blocking you on Cloudfare. https://github.com/win32ss/supermium/issues/797
    2 points
  5. This tutorial was created following the discussion in this other post. https://msfn.org/board/topic/181623-updates-office-2007/page/5/ We will be working with the WSUS Offline Update program. Until 2020 it had current versions and long-term maintenance ESR versions. https://download.wsusoffline.net/ The program is currently only relatively community-maintained with versions up to 2021 called CE with links to GitLab provided on the forum and no current version is compatible with Office 2003/2007/2010. https://gitlab.com/wsusoffline/wsusoffline/-/releases WSUS Offline Update 9.2.6 ESR (2019-11-08) is the latest version with the option to get updates for Office 2003/2007. The download link is not listed on the official page but the download is done from the official server. https://download.wsusoffline.net/wsusoffline926.zip WSUS Offline Update 11.9.6 ESR CE (2020-10-23) is the latest version with the option to get updates for Office 2010 and requires Windows Seven (maybe it works on Vista). https://gitlab.com/-/project/19504919/uploads/20adc1fc933dda0367de405e907da7cd/wsusofflineCE1196.zip STEPS PRIOR TO RUNNING WSUS OFFLINE UPDATE We download WSUS and unzip it to make some modifications prior to its execution. 1- Get WSUS to download old updates without "Secure Hash Algorithm". Using Notepad++ (v. 7.9.2 latest XP compatible) we modified the DownloadUpdates.cmd file in the "cmd" folder by adding "--no-check-certificate" in the following line: -WSUS 9.2.6 line 206 " set DLDR_PATH=..\bin\wget.exe --no-check-certificate" -WSUS 11.9.6 line 261 " set DLDR_PATH=%WGET_PATH% --no-check-certificate" Thanks @AstroSkipper 2- Add pause in the CMD window during the execution of WSUS to get an old wsusscn2.cab version to be pasted into the client/wsus folder. *In the case of WSUS 9.2.6 the last working wsusscn2.cab version is dated 2019-11-13 if you try to work with newer versions thousands of files (13 GiB) are downloaded that do not contain any updates for Microsoft Office, there are others that are not related to Office, such as random updates for Windows 2000/XP/Vista/Seven/10, .NET, etc. but others that are not related to Office such as random updates for Windows 2000/XP/Vista/Seven/10, .NET, etc. To work with an older version of wsusscn2.cab we will modify the following line in the "DownloadUpdates.cmd" file in the "cmd" folder by adding the "pause" command. -WSUS 9.2.6 line 978 -WSUS 11.9.6 line 1168 echo The script has stopped before extracting package.xml from the current wsusscn2.cab file. You can now manually replace it with an older one. pause Thanks @AstroSkipper 3- Add pause to CMD window before creating ISO file to add downloads that fail. We modified the following line in the "CreateISOImage.cmd" file in the "cmd" folder by adding the "pause" command. -WSUS 9.2.6 line 3 -WSUS 11.9.6 line 4 echo The script has been paused before creating the ISO file. Manually add the updates with failed download. pause Thanks @AstroSkipper 4- Get the files needed to run WSUS that are located in the main root bin folder and whose download fails. *There are 2 bin folders, I have not checked if it is also necessary to place them in the other bin folder located in client\bin. I have included them in both folders. -WSUS 9.2.6 \bin mkisofs exe sigcheck exe (v2.30 latest XP supported) http://wayback.archive.org/web/20160618051340/http://skwire.dcmembers.com/apps/sigcheckgui/SigcheckGUI.zip wget exe (the file that comes with WSUS is faulty) (v1.19.4 latest XP supported) https://eternallybored.org/misc/wget/1.19.4/32/wget.exe https://eternallybored.org/misc/wget/ -WSUS 11.9.6 \bin mkisofs exe Also in WSUS 9.2.6 we have to include the static download link for "sigcheck v2.30" inside the file "StaticDownloadLinks-sysinternals.txt" located in the "static" folder, replacing the current one which is not compatible with Windows XP and leaving the file: http://download.sysinternals.com/files/AutoLogon.zip http://wayback.archive.org/web/20160618051340/http://skwire.dcmembers.com/apps/sigcheckgui/SigcheckGUI.zip http://download.sysinternals.com/files/Streams.zip 5- Get static updates for the Office 2010 x64-bit version. Dynamic updates are downloaded in separate .CAB files for the 32-bit and 64-bit versions, but WSUS Offline Update does not have an option to download 64-bit static updates. There are two new .TXT files that go in the \static\custom folder. They contain the links to SP2 x64 and two more files. https://forums.wsusoffline.net/viewtopic.php?f=3&t=9818 *files versions for Office 2010 32-bit are automatically downloaded with WSUS 11.9.6 but are not downloaded with WSUS 9.2.6. NOTES: The steps above also help us to obtain updates for Windows XP or higher (previous versions do not work), .NET Framework and C++ if we check the corresponding options. Updates for .NET Framework: -If we want to avoid .NET updates that are not compatible with a version of Windows, we must exclude them in these 2 files in the "exclude" folder: ExcludeList-dotnet-x32.txt ExcludeList-dotnet-x64.txt For example, to avoid updates that are not compatible with XP, we must edit these 2 files, adding to each one: ndp45- ndp46- ndp47- ndp48- * the final dash is part of the text of the name of the excluded file. We must take into account that for any language, several files are also downloaded in German, such as "dotnetfx35langpack_x86de exe", which must be replaced manually with the corresponding one for our language or the following two files in the "static" folder must be modified, replacing the links in German: StaticDownloadLinks-dotnet-x32-glb.txt StaticDownloadLinks-dotnet-x64-glb.txt -All .NET Framework installers included in the two previous files and any additional language packs that are also included will be downloaded. In no WSUS Update Offline version is there a link to download the .NET Framework 1.1 installer, from which its updates are downloaded. Updates for Windows XP: -We must take into account that WSUS Offline Update 9.2.6 includes the updates for the XP Embedded version, if we do not want to download them we have to use WSUS 9.2.5. -The WindowsXP-KB968930-x86 file is downloaded in the UK English language version (ENG), if we want it in our language we have to replace it. *IMPORTANT: I have not checked, if After adding files with names not contained in the wsusscn2.cab downloads, if you run UpdateInstaller exe to install the updates, these new files are installed. FINAL STEPS AFTER PREVIOUS MODIFICATIONS After the previous steps... 1- Check that we have the files necessary to run WSUS in these folders \bin \client\bin \cmd \static Do not add the other downloads that fail yet, as they may not do so and the pasted files may be deleted during the download. 2- Paste the current wsusscn2.cab version in the client\wsus folder or let it download automatically when WSUS is run. 3- Run UpdateGenerator exe Uncheck all options except "ISO" and optionally Service Packs. Choose our desired latest update download and press "Start". The downloads performed are not linked to the operating system from which WSUS Offline Update is run or to whether we have one or another Microsoft Office version installed. These are independent, if the downloads number varies from one operating system to another it is due to an error in the program. 4- Paste an older wsusscn2.cab version when the message appears. (the message appears if you have "Pause" enabled in DownloadUpdates.cmd) For WSUS 9.2.6 for Office 2003 and 2007, version 2019-04-07 is recommended (the oldest version that contains all the updates) http://web.archive.org/web/20190420162709/http://download.windowsupdate.com/microsoftupdate/v6/wsusscan/wsusscn2.cab For WSUS 9.2.6 for Office 2010, version 2019-11-13 is recommended (the last version that works with WSUS 9.2.6). This does not contain the latest updates for Office 2010, if we want to get them it has to be from WSUS Offline Update 11.9.6 which is not compatible with Windows XP. http://web.archive.org/web/20191209214827/http://download.windowsupdate.com/microsoftupdate/v6/wsusscan/wsusscn2.cab For WSUS 11.9.6 for Office 2010, version 2023-11-14 (581 MiB) is recommended http://web.archive.org/web/20231114200328/http://download.windowsupdate.com/microsoftupdate/v6/wsusscan/wsusscn2.cab as the file is 215 MiB smaller than the older version that contains all updates for Office 2010 from 2021-04-13 (796 MiB) http://web.archive.org/web/20210504233947/http://download.windowsupdate.com/microsoftupdate/v6/wsusscan/wsusscn2.cab WSUS 9.2.6 running from Windows Seven asks for 800 dynamic downloads for Office 2003/2007. From Windows XP searching for updates for Office 2003/2007 may fail and WSUS 9.2.6 will ask for 2529 downloads. The error is due to the file "ExcludeList-superseded.txt" not being created correctly in the "exclude" folder. Once the problem is corrected WSUS 9.2.6 will also ask for 800 downloads from XP. You should check if the "ExcludeList-superseded.txt" file in the "exclude" folder is not empty after WSUS 9.2.6 checks the current "wsusscn2.cab" version. In this case, close the CMD download window but do not close the WSUS program, paste a correct copy of "ExcludeList-superseded.txt" and press Start again. If it fails, try repeating the process until it works. Sometimes everything fails, restart Windows and try again. The "ExcludeList-superseded.txt" file can be extracted by searching for other updates than Office 2003/2007 with WSUS 9.2.6. With Office 2010 from WSUS 9.2.6 there is no such problem, although more files are also downloaded than with WSUS 11.9.6, since dynamic updates contain updates for all Office versions that the WSUS version supports. 6- Look in the log for the failed downloads when the message to burn ISO appears. Open the download.log file located in the log folder and look for the links that say "failed". The correct file location folder is just above the "failed" message indicating the path to the folder. 7- Get the files whose download failed and paste them into the corresponding folders before creating the ISO file. (make a copy in a separate folder beforehand because these may disappear if we run WSUS again and it is not configured correctly) If many files appear with the error failed (more than 6 approx.) you should stop the operation and go back to step 4. So many failed downloads means that the connection has failed and some of these are actually available, you should try to download them again by running WSUS again. It is also possible that we have not added the "--no-check-certificate" command in the DownloadUpdates.cmd file. In my opinion, it is a good idea to delete the log before starting the process again to have a clean text or save the previous one as an old copy. 8- Before creating the ISO file, check if the text "unknow error" appears in the log. This means a connection error or similar during update downloads. In this case, we must stop the operation and return to step 4 (run UpdateGenerator.exe again) until the error disappears. 9- Continue with the ISO creation. *Remember that dynamic updates are downloaded for all Office versions that contain a WSUS Offline Update option, even if only Office 2003 (v.11), 2007 (v.12) or 2010 (v.14) is selected, updates for Office 2013 (v.15) and Office 2016/2019/2021 (all v.16) will be downloaded. If we only want updates for Office 2010 we have to open all the .CAB files one by one and see which version appears in the .XML file. 10- Before installing updates for Office 2007/2010 on XP with UpdateInstaller.exe it is necessary to first install the "Office 2xxx Upsourcer" patch with its prerequisites so that they are compatible with XP. https://msfn.org/board/topic/181623-updates-office-2007/?do=findComment&comment=1270419
    1 point
  6. The charges against Pavel Durov have been published by the French authorities: What is of interest to Telegram users, I'll translate. - Complicity - Administration of an online platform to allow an illegal transaction in an organised band (gang, as in for organised crime, bandits). - Refusal to communicate, at the request of the authorised authorities, the information or documents necessary. You all are very welcome to seek for better translations. Source: French Security Researcher Baptiste Robert His verified account: https://www.x.com/fs0c131y
    1 point
  7. It's there at least from 2013, I knew about it all along, wrote about it on the forum (along with @Dixel), and I always deleted it from resources.pak, all of those "methods" to use "policies" are crap. chrome will revert all those. The only way is to cut it out physically. Screen from the latest CentBrowser, as an example.
    1 point
  8. @ED_Sln use --disable-component-update https://github.com/win32ss/supermium/issues/829
    1 point
  9. In as much as I want to help you, I can't, nVidia doesn't publish docs on drivers, and there were no leaks recently. About the thing that the official drivers won't work, I knew it, and I wrote about it. That driver is old batch, simply because they added security fix and the date of publishing went from June 2021 to 2024 won't magically add this newer card. They lie, again.
    1 point
  10. Given the all-out panic by the Kremlin concerning Durov's arrest, it is clear that Durov was a critical Russian asset and there will be direct implications on the ground for Russia. They call him the "Chief of Communications for the Russian Armed Forces". This all D.Draker wrote all the time, and long before. @Cocodile seemed to be one of the few who listened, Will now be the mass exodus, what other members think? If so, where will you go?
    1 point
  11. Today’s Russian papers on Pavel Durov’s detention in Paris: * “If Telegram crashes, how will [our army] fight?" Courtesy and copyright of BBC.UK. (translated papers with English subt.). Interesting! https://video.twimg.com/amplify_video/1827954149629337600/vid/avc1/1280x720/YeHbAsETO6SsYZLr.mp4
    1 point
  12. I have separated manually all the updates for each Office version... Office 2003 - WSUS 9.2.6 Last updated: January 25, 2019 mso_3c7f8301e6d5355728a203600a1f5cfdd80b894a.cab TOTAL SUM: \client\o2k3\esn ---> 0.9 MiB (2 files) Here the EXE downloads called KB975051 and KB2760494 failed. So I downloaded these manually from Microsoft Catalog in .CAB format The question arises as to whether KB975051 is superseded by KB2760494 and whether WSUS will be able to install .CAB files when the original download should have been done in .EXE format. In the download link for KB2760494 there are 41 .CAB files https://www.catalog.update.microsoft.com/Search.aspx?q=KB2760494 Only one is valid per language, to find out the language you have to unzip them, right click on properties and look at the details tab which is where the language codes are. \client\o2k3\glb ---> 1,15 MiB (1 file) \client\ofc\esn ---> 44,4 MiB (6 files) \client\ofc\glb ---> 185 MiB (54 files) Office 2007 - WSUS 9.2.6 Last updated: February 02, 2019 mso-x-none_2691005d80512c451fabd2ba8f749718663917f4.cab. TOTAL SUM: \client\o2k7\esn ---> 0 MiB (0 files) \client\o2k7\glb ---> 31,1 MiB (1 file) \client\ofc\esn ---> 37,2 MiB (1 file) \client\ofc\glb ---> 244 MiB (72 files) Office 2010 - WSUS 11.9.6 Lastest updateds: March 29, 2021 eurotool-x-none_885b82109f6f78b089b06b7a6ad55af6ff79d638.cab eurotool-x-none_906ee27c30c8690d93fe2b0bd9d4fdee341a8948.cab excel-x-none_de35c132d26dbd69507f5c763c4887ef9e73c9cc.cab excel-x-none_6007c67b702757641cd79f59e140ba776cd94fe4.cab graph-x-none_be8ca296e89c8abacc3dc8b3abeb5fd991b83d72.cab graph-x-none_3e8b01e5c75e0ae33b431d75d04d3de2f37083fa.cab kb2428677-x-none_1c049b4e61ae15d57a9ff607665a772b6c67b148.cab kb2428677-x-none_b1c97330bc6cfe6420e4ef4a06b4743177df1cc8.cab mso-x-none_1dbd1195d2cee9e1f3774e34d33cc4b08d1ef3a9.cab mso-x-none_fd62b327b8eb581dc7c2d0558d69616a5822e8d5.cab outlook-x-none_175b4c933d836bf83a51312bd827bd93c4234fd6.cab outlook-x-none_f3d90a0bb272f29ff2123250b27f993d40452bf0.cab word-x-none_4d68930cfcb3c0418baee358772c90310eee668b.cab word-x-none_9222069b99271748df851edd0e29605c9fc391c9.cab TOTAL SUM: \client\o2k10\esn ---> 0 MiB (0 files) \client\o2k10\glb ---> 206 MiB (4 files) (x86+x64) \client\ofc\esn ---> 13,4 MiB (18 files) \client\ofc\glb ---> 410 MiB (73 files) In addition to the downloads made with WSUS Offline Update, it is necessary to comment on the following updates, some downloads made with WSUS are obsolete and others are not included in WSUS Offline Update The following updates for Office 2010 are in the Microsoft Catalog between 2019 and 2021, are not superseded, and are not downloaded with any WSUS version: KB4092435 --> powerpointintl (language variant) KB4092435 --> powerpoint-x-none Each .cab file has its version for x86 and x64. The "x-none" variant may be replaced by KB4504702 but the language variant has no replacement and WSUS 11.9.6 downloads an older version from 2015 instead of KB4092435. There are also in Microsoft Catalog the following updates related to SharePoint 2010: KB3101541 KB3101523 KB4484374 KB4493178 KB4504709 KB4486706 KB4486736 Additionally WSUS 9.2.6 downloads the following non-SharePoint related updates and WSUS 11.9.6 does not download them: eqnedt32-es-es_81b08977c22cd2a6ddf751d793a937e4428aa004.cab eqnedt32-es-es_d6c53617acc42be84822ac73d78e520147a676c7.cab filterpack-x-none_da90740686de05d599d7ede6ebf21bfa353b88cc.cab pptview-x-none_eb774085201ebc50a41768a3854a02cbf813bcd1.cab WSUS 9.2.6 download other 10 updates not present in WSUS 11.9.6 but I have verified that these belong to SharePoint 2010: ems-x-none_fe1cf9735d4d4d2d6142565d2a82e0fa0d46ac91.cab grs-x-none_a7e47c42d3c3126884e224a2cc6aa76561a31862.cab grs-x-none_a82e82f5ba989d5095458415c71d682bf5eb5d3c.cab ifswfe-x-none_b0d7c581275fbca0091d34d2ef06dc57da3b4dd8.cab infopath-x-none_46afeac22a88cf78839be5aa89cb41bfcbfd9bf3.cab ppsmawfe-x-none_13e5d94b1c4a448700a3b90497c9117b42d92064.cab spd-x-none_9d415cf8663b5b997adc9ee800574ce139c95048.cab spd-x-none_c38a48ffe54925679c9bb292d2af42d1771fecea.cab svrproof-es-es_c3059d40a7c04502cc04f4cf9e2142dda0c51d69.cab wacproof-es-es_f730e242d5b0bdf24273985fe79665276a3adc9e.cab Finally, I have a question about whether KB2553065 has been replaced. This is the one that is downloaded with all previous versions of Office, if I remember correctly it is related to authentication. office2010-kb2553065-fullfile-x86-glb exe office2010-kb2553065-fullfile-x64-glb exe According to Microsoft Catalog is not superseded, perhaps because it remains valid for Office 2003 and 2007 but not for Office 2010. https://www.catalog.update.microsoft.com/Search.aspx?q=kb2553065 But in the WSUS forum they say that it is outdated https://forums.wsusoffline.net/viewtopic.php?f=4&t=8743 In any case it brings us to a new update that no WSUS version downloads gkall2010 (KB2881030) https://www.catalog.update.microsoft.com/Search.aspx?q=kb2881030 Here EXE download 32 bits https://www.microsoft.com/en-us/download/details.aspx?id=52709 64 bits https://www.microsoft.com/en-us/download/details.aspx?id=52720
    1 point
  13. Hiding the tab bar with still full access to all open tabs via the sidebar in Mypal 68
    1 point
  14. Hiding the tab bar with still full access to all open tabs via a toolbar button in Mypal 68
    1 point
  15. I'd say June 2022 is best for gaming, Oct. 2022 - browsers. Later Kernels demand an update which slows down my PC. Oct. 2022 (and later) adds brightness, about 15-20 percent! Probably only nVidia drivers related.
    1 point
  16. I read reports (lost the link, so we shall call it rumours, for now), that browser doesn't work on a bare Win 7 SP1 anymore, not to mention Win 7 without SP.
    1 point
  17. From what I understood, win32 made the Kernel as long as Vista updates were keep getting released, now it seems to be over. Each version of Kernel required newer and newer updates to be installed. The earlier Kernel wanted an update from 2018, and so on.
    1 point
  18. Personally, I prefer the tab bar visible to manage tabs and jump to the one I need, just the way it has always been. I only made the CSS code above on request and to show that the corresponding code can be easily created for hiding the complete tab bar, even including the New tab button. For all who need as much free screen as possible while surfing, but do not want to do without tabs completely, there will be soon a modified version of "Make the tab bar invisible in Mypal 68" in the next posts.
    1 point
  19. TBH, there is actually nothing to work out. Just a bit copy and paste following the instructions. Reading and directly doing is the method.
    1 point
  20. Tried again with different UA, At first, it starts to load the link, then it quickly blocks me. Cent Browser. Console almost empty.
    1 point
  21. @NotHereToPlayGames, out of the blue, now Patreon quits working for me. Console? Nothing interesting! On Vista.
    1 point
  22. HTTP/2 fingerprinting wasn't there 20 years ago, it's a relatively new method for web fingerprinting, This article includes the on-topic Client Hints. "HTTP/2 fingerprinting is a method by which web servers can identify which client is sending the request to them1. It can identify the browser type and version, for instance, or whether a script is used. The method relies on the internals of the HTTP/2 protocol which are less widely known that those of its simpler predecessor HTTP/1.1. In this post I will first give a short description of the HTTP/2 protocol, then provide details on how a web server can use the protocol’s various parameters to identify the client. Finally, I will list methods of checking and controlling a client’s HTTP/2 signature." https://lwthiker.com/networks/2022/06/17/http2-fingerprinting.html
    1 point
  23. Well, then you can't say fingerprinting for the masses is the same for you. I'm sure those who posted on github do the same (block by default), and they get fingerprinted rather differently.
    1 point
  24. The dude who wrote that "ad nauseam speculations" nonsense also wrote it worked in 124 (where the client hints are obviously different). The same dude requested those who deny client hints tell what it is then.
    1 point
  25. I can't even test the captcha, on Vista it blocks me immediately, that said, I'm certain it wants to see the "good" CH result. Why? Because if I block CH via --disable-features=UserAgentClientHint, I immediately get the same result on 7, too!
    1 point
  26. Thanks, but I specifically pointed out to Chrome only browsers in the topic's title.
    1 point
  27. I do know that CSS styling can also be done inside a JavaScript file. But separating the CSS code in a css file is the usual way when loading files from the chrome folder. Doing so the different CSS styles can be easily enabled or disabled and therefore managed by the userchrome.css file regardless of the script files.
    1 point
  28. You're welcome! This is what I understand by the term autoconfiguration: https://support.mozilla.org/en-US/kb/customizing-firefox-using-autoconfig My package MYPAL_68_CB_requirements.7z contains configuration files as the prerequisite for loading script and css files. Although these files are loaded automatically when starting the browser, the creators of these configuration files do not use the term autoconfiguration at this point. This is merely a question of defining the term.
    1 point
  29. You're welcome! As I already mentioned, the most recent versions of CustomCSSforFx will contain CSS code targeting the much more recent Firefox versions. That's why I pick only single CSS stylesheets, test them in terms of compatibility and implement them if needed or wanted. The time range for picking them is from July 2019 to August 2020 as I already wrote in a previous post. Maybe, some of the CSS files from more recent CustomCSSforFx versions will also work in Mypal 68 but surely less than in the versions that have been specially adapted for Firefox 68. Apart from that, I prefer those CSS stylesheets that do not contain unnecessary code for versions of Firefox 69 and higher.
    1 point
  30. Hello @dmiranda! aboutbutton.uc.js is a JavaScript script file and does not need an entry in the userContent.css file. It has only to be copied to the chrome folder and will be recognized automatically after clearing the startup cache and restarting Mypal 68, only if all has been configured correctly (see first post of this thread), of course. It comes originally with an additional aboutbutton.css file to change the appearance of the button and its menu which has to be copied to the chrome\CSS subfolder and imported into the userChrome.css file. However, I had to fix this aboutbutton.css file as it didn't work correctly in Mypal 68. Anyway! The userContent.css file is for changing directly websites or internal sites like the about:sites. But for the custom button aboutbutton, no entries are necessary in the userContent.css file.
    1 point
  31. Here are some screenshots of Mypal 68 showing my changes to the user interface: If you want to find all changes I have made, you simply have to compare my posted images with your interface of Mypal 68. BTW, I actually do not use themes, but I am a lover of (especially black) cats and found this one. Therefore, I couldn't resist and made an exception this time. All my user interface modifications can't be done by using web extensions due to their damn restrictions in the more recent versions of Firefox. The only way is to change the source code of the browser or to inject JavaScript and CSS code into it. More about the changes I made to the user interface coming soon. Cheers, AstroSkipper
    1 point
  32. FYI, I opened a new issue on Mypal 68's GitHub page. It is the issue #296 with the title Errors and problems when installing and updating extensions in Mypal 68. As the title already says, I will post there all errors and problems that come to my attention when installing and updating extensions in Mypal 68. By doing so, I hope that @feodor2 will be able to fix the currently existing errors and bugs related to extensions more easily and in a more targeted way. Cheers, AstroSkipper
    1 point
  33. uBlock Origin can now be updated to the version 1.49.2! I changed the minversion in the file manifest.json of uBlock Origin 1.49.2 from 79.0 to 68.0. Doing so it can be installed in the new pre-release of Mypal 68.13.0. Here are two screenshots: As you can see, I already tested uBlock Origin 1.49.2, and it seems to be working properly in the new pre-release of Mypal 68.13.0. The filter lists have been updated flawlessly, and I can't notice any problems. Cheers, AstroSkipper
    1 point
  34. May be you know why even not 78 but 79 I have overrided minstrictversion to 79 for the fun, and latest ublock 49.2 seems works fine Very good idea! I will also test uBlock Origin 1.49.2 in my installation. If it really works without compatibility problems, that would be a sensation. @feodor2 I tried this method but only changing Services.vc.compare(version, minversion) to Services.vc.compare(79, minversion) didn't work for me. uBlock Origin 1.49.2 couldn't be installed that way. I tried another approach. I changed the minversion in the file manifest.json of uBlock Origin 1.49.2 from 79.0 to 68.0, and doing so it can be installed in your new pre-release of Mypal 68.13.0. Here is a screenshot: I tested uBlock Origin 1.49.2, and it seems to be working properly in your latest Mypal 68.13.0. Cheers, AstroSkipper
    1 point
  35. @feodor2 I assume you mean this error which occurs when clicking onto the button Settings: Right? In any case, clicking this button leads to this error shown above in the console, and the Connection Settings page can't be opened. The problem starts to occur in your new pre-release of Mypal 68.13.0. I checked the previous pre-release 68.13.0 and the version 68.12.5. Both are working fine. I compared the file subdialogs.js to the old ones and nothing has changed. Unfortunately, I can't find your typo but I am sure you already know where it might be located. Anyway! Just FYI! @feodor2 Thank you very much for the hint! I already had a look into this file (nomen est omen) but without an idea or syntax checker, a superfluous quote is not so easy to find. Anyway! I already fixed it, and now it's working fine here: Greetings from Germany, AstroSkipper
    1 point
  36. @feodor2 I assume you mean this error which occurs when clicking onto the button Settings: Right? In any case, clicking this button leads to this error shown above in the console, and the Connection Settings page can't be opened. The problem starts to occur in your new pre-release of Mypal 68.13.0. I checked the previous pre-release 68.13.0 and the version 68.12.5. Both are working fine. I compared the file subdialogs.js to the old ones and nothing has changed. Unfortunately, I can't find your typo but I am sure you already know where it might be located. Anyway! Just FYI!
    1 point
  37. that's sites problem. but feel free to stay on whatever build(s) you want since I don't force people to update (and that's the reason that I don't like auto-updates).
    1 point
  38. they have multiple IP for this task: https://knowledge.digicert.com/generalinformation/INFO4895.html
    1 point
  39. if this happens in plugin-container.exe, then that is plugins(flash/sliverlight/adobe primetime/etc.) doing this, but not NM/BK.
    1 point
  40. New New Moon 27 Build! 32bit https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190413-6e57ba34e-xpmod.7z 32bit SSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190413-6e57ba34e-xpmod-sse.7z 32bit noSSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190413-6e57ba34e-xpmod-ia32.7z 64bit https://o.rths.cf/palemoon/palemoon-27.9.6.win64-git-20190413-6e57ba34e-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import change from rmottola/Arctic-Fox: - Bug 1119303 - Use an oolCallVM to allocate SIMD objects when the nursery is full. (1eca977cb) - Bug 1135547 - Fix checks for cases where type sets might be incomplete (2230e8b92) - pointer style (8958871fc) - Bug 1135038: Inline SIMD.check as guard unbox (e45b8a6a3) - pointer style (623935182) - Bug 1135039: Implement general SIMD swizzle and use it (84f609ecc) - Bug 1135042: Inline SIMD loads in Ion (5ffb8fbc4) - Bug 1135042: Inline SIMD stores in Ion (e91a020d1) - Bug 1135042: Share more code between StoreTypedArray* classes (1c0f3a538) - Bug 1137688 - Add eager simd unboxing phase. (adb5986c9) (9cc8d52f1) - import change from rmottola/Arctic-Fox: - Bug 1137780 - Add a skiplist enumerator for JitcodeGlobalTable for removing while traversing. (778c8fc85) - Bug 1137780 - Fix marking JitcodeGlobalTable. (32b24d140) - Bug 1139552 - Convert js::gc::AllocKind to an enum class and eliminate non-AllocKind indexing. (a28742322) - some pointer style again (627097e2a) - Bug 1140586 part 3. Drop the funobjArg of js::NewFunction and js::NewFunctionWithProto. (c9bcf8906) - Bug 1140586 part 4. Stop passing non-null parents to js::NewFunctionWithProto when creating a native function via direct calls to that API. (8d6d2c9ba) (0b23a2783) - import change from rmottola/Arctic-Fox: - Bug 1140586 part 5. Split up js::NewFunction into several different APIs that are more clear in terms of what they do and don't need parents as much. (eeaab7e54) - revert Bug 1125101 as upstream did (2d7c55203) - Bug 1139832 - Restrict compacting GC zealousness to zeal collections (f860d0940) - Bug 1140643 - JitcodeGlobalMap marking must participate in iterative weak reference marking. (289fd634a) - Bug 1142282 part 1. Remove the parent argument of NewNativeObjectWithGivenProto. (5c7232530) (e6344bb64) - import change from rmottola/Arctic-Fox: - Bug 1142282 part 2. Remove the parent argument of NewNativeObjectWithGivenTaggedProto. (171e86a6a) - Bug 1142282 part 3. Remove the parent argument of NewNativeObjectWithClassProto. (723605cc3) - some pointer style (2436f031a) - Bug 1134146 - Use whole cell store buffer entries for unboxed object updates (a787eb06e) - Bug 1140888 - Make sure Ion code depending on unboxed layouts is invalidated when unboxed objects are converted to natives (bed2de826) - Bug 1141379 - Remove unboxed layouts from the per-compartment list they are threaded through while we are still on the main thread (829535fec) - Bug 1134969. Make DeepCloneObjectLiteral correctly handle setLastProperty failures. (2c4fc9847) - some pointer style stuff (74ab89f4f) - Bug 1135897 - Use unboxed objects for JSON objects and constant literals embedded in scripts (80f88401d) - Bug 1143244: return false instead of nullptr, in failure case within js::XDRObjectLiteral(). (0f8e58801) (6e57ba34e)
    1 point
  41. My server's file has been updated to support the latest builds... Updating the installer itself is not necessary this time, but I would recommend it as some changes happened: CHANGE LOG: - Support for New Moon SSE and noSSE browsers to be installed. Note: I have no way to tell if the installer itself works on PCs without SSE as I have none with 2k/xp on them Note x2: These are the only PM27 builds currently supported are the SSE/noSSE, because I didn't want the installer to get "crowded" -Possible Bug fixed with the win2k version of the installer Another note: for now, the installer versions will continue to be separate as putting them together would seem to require a complete rework of the installer. As always, the installers are available here: Windows XP and later Version Win2k Version
    1 point
  42. New New Moon 27 Build! 32bit https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190406-4ed6f4941-xpmod.7z 32bit SSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190406-4ed6f4941-xpmod-sse.7z 32bit noSSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190406-4ed6f4941-xpmod-ia32.7z 64bit https://o.rths.cf/palemoon/palemoon-27.9.6.win64-git-20190406-4ed6f4941-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import change from rmottola/Arctic-Fox: - further pointer style tweak for patching (90943bf7a) - Bug 1137910 part 1. Don't lose track of the original 'this' object in THIS_SAVEDFRAME, so we can actually do things based on the principal of the object we're working with. (0c6bf89dc) - Bug 1137910 part 2. Give chrome callers that are indirectly (e.g. via nsIStackFrame) poking at content-captured stacks the content view of the stack. (9b9d8981d) - more pointer style to pach easier (210ef0c78) - even more pointer style (8dad567c6) - Bug 1130576 - Rename JSPropertyOp -> JSGetterOp and JSStrictPropertyOp -> JSSetterOp. (0714aa290) - Bug 1083359 - Part 1 - Add the asyncCause and asyncParent properties to the native SavedFrame object. (1c99ec1bc) - more pointerstyle (21148a28d) - Bug 1135827 - Don't root more times than necessary in js::SavedStacks::insertFrames. (904461ae0) - comment fix (9401372c6) - Bug 1083359 - Part 2 - Allow C++ code to provide an async stack when calling a JS function. (e5ce833fa) - Bug 1133081, part 1 - Switch from js::PropDesc to JSPropertyDescriptor for all users of js::StandardDefineProperty (mainly Object.defineProperty/Properties and the corresponding Debugger.Object methods). (4754703df) - pointer style (58e1befc2) - Bug 1133094 - Object.defineProperty() on scripted proxy incorrectly sets {[[Configurable]]: true} if it's missing. (c4da7e6c6) - Bug 1133081, part 2 - Switch from js::PropDesc to JSPropertyDescriptor for js::StandardDefineProperty implementation. (07efac725) - Bug 1133081, part 3 - Switch from js::PropDesc to JSPropertyDescriptor for more odds and ends. (119b5711e) - more pointer style (b2c2a8383) - Bug 1133294 - Object.getOwnPropertyDescriptor(obj, key) must always return either undefined or a complete property descriptor, even if obj is a proxy. (39bc723a7) - Bug 1133081, part 4 - Reimplement the remaining PropDesc methods and delete PropDesc. (3b447fb7b) - Bug 1130537 - Reimplement js::SetPropertyIgnoringNamedGetter to follow ES6 draft rev 32 9.1.9 [[Set]]. (7a681465a) (e1ef2cd0b) - import change from rmottola/Arctic-Fox: Bug 1133081, part 5 - Remove non-asserting PropertyDescriptor accessors in favor of the new PropDesc-inspired asserting accessors. (9da3866fa) import change from tenfourfox: #399: null check in FindNearestCommonAncestorFrame from PM 978 (23f303460) (d83c58e95) - nss: update nss to hg rev e5e10a46b9ad with vc2013 hackfix (c532d18da) - import change from rmottola/Arctic-Fox: - some pointerstyle (5eafc4481) - even more pointer style (8b1c94dd0) - Bug 1138984 - Allow 'new' template objects to have dynamic slots (31cff4565) (593d1c056) - import change from rmottola/Arctic-Fox: - revert apparently PaleMoon specific change to CreateLazyScriptsForCompartment, so later FF patches apply smoothly (ed89197ec) - Bug 1140428 - Warn when __noSuchMethod__ is used. (976c93809) - Bug 1133759 - Always shrink GC buffers at the end of a shrinking GC, even if we don't compact (5d9fadcfa) - pointerstyle tweaks again (26426837a) - Bug 1125101 - Incrementalise compacting GC by zones (9badc2329) - Bug 1136597 - Mark all relevant cross compartment debugger edges when sweeping. (Adapted) (964373773) - some pointerstyle updates (1ff2d78b7) - more pointer style (be38e9b5c) - Bug 1135100 - Don't bother to check if things we don't relocate have been forwarded (8da001057) - Bug 1135100 - Remove Cell* versions of various GC methods forcing callers to use correct type (a1d09d1fa) - pointer style (6f7d4091e) - Bug 1137573 - OdinMonkey: Alignment Mask Analysis (fd86305f3) and removed addTelemetry hunk from rev 976c93809 (4ed6f4941)
    1 point
  43. I have updated my backend file to enable download of the new builds. Also I now have an installer version specifically for win2k. Keep in mind that Win2k requires BWC's extended kernel for the browsers to function and that they are not officially supported on Win2k. http://i430vx.strangled.net/files/Win2k/Win2k RoyTam Browser Installer.exe For everyone else: Please continue to use the normal version. The win2k version is not tested on XP/Vista Normal version always right here when you need it: http://i430vx.strangled.net/files/XP/RoyTam Browser Installer.exe Changes coming to my installer soon: -Unification of the two installer versions -NM27 support (Soon! Soon! I hear your requests! ) As always, if you find any bugs with the installer, or have any suggestions or questions, make sure to let me know.
    1 point
  44. New New Moon 27 Build! 32bit https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190330-d86d78c8b-xpmod.7z 32bit SSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190330-d86d78c8b-xpmod-sse.7z 32bit noSSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190330-d86d78c8b-xpmod-ia32.7z 64bit https://o.rths.cf/palemoon/palemoon-27.9.6.win64-git-20190330-d86d78c8b-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - partly ported change from tenfourfox: - chemspill: M1537924 M1538006 (backported to ESR45) (b22dfbd77) (161cf6eb4) - import changes from rmottola/Arctic-Fox: - Bug 1140586 part 1. Add some asserts about us not caring too much about the parents of native functions. (dd735591e) - Bug 1140586 part 2. Stop passing non-null funobjArg to js::NewFunction and js::NewFunctionWithProto. (b4d148f53) - Bug 1137180 - Only mark inner scripts as having failed a bounds check after bailing out (22ded5bd9) - Bug 1140582. Remove the parent argument from JS_NewObjectWithUniqueType. (a49a25f88) - Bug 1139993 - Add VectorBase::ConstRange that gives out |const T&| entries. (409317be0) - Bug 1136906 part 1. Stop passing parents to JS_NewObject in ctypes code. (14412c561) - Bug 1136906 part 2. Stop passing a parent to JS_NewObject in xpconnect code. (e5769c27d) - Bug 1136906 part 3. Remove the parent arg from JS_NewObject. (98f1b9c37) (ee2d17418) - import changes from rmottola/Arctic-Fox: - Bug 1140670 part 1. Just use the global, not the proto's parent, as the default parent in NewObjectWithGivenTaggedProto. (d2ef7ee90) - Bug 1140670 part 2. Just use the global as the parent in js::CreateThis and js::CreateThisForFunctionWithProto. (025d25703) - Bug 1140670 part 3. Add an assertParentIs() for asserting the parent is something specific and use it in various places to eliminate getParent() calls. (d814a6344) - Bug 1140573 part 1. Drop the parent argument from JS_NewFunction. (d657e25c7) - Bug 1140573 part 2. Drop the parent argument from JS_NewFunctionById. (2259f4027) - Bug 1140573 part 3. Drop the parent argument from js::NewFunctionWithReserved. (84ab2d944) - Bug 1140573 part 4. Drop the parent argument from js::NewFunctionByIdWithReserved. (a10821f1a) - Bug 1142266. Remove the parent argument from js::NewObjectWithProto. (efe9144e3) - Bug 1142241. Stop using getParent() in js::GetObjectEnvironmentObjectForFunction. (b04a4a38e) - some pointer style for better patching (608e1a6ad) (c1ae338ae) - import change from rmottola/Arctic-Fox: - Bug 1133085 - PropDesc::initFromPropertyDescriptor should understand JSPROP_GETTER without JSPROP_SETTER and vice versa. (d83f16200) (d86d78c8b)
    1 point
  45. Yours is almost the newest. @roytam1 creates a new version every week, so there is one newer version. You probably don't need to update every week, but if you insist, try this: Go to Roytam1's blog: https://rtfreesoft.blogspot.com/ Press Ctrl-F to find a string. The brower's string search box will appear Type -sse in the search box That will take you straight to the link to the newest SSE version.
    1 point
  46. Yes, and depressingly typical for M$ these days. "What? You're only using Windows 8.1? You haven't "upgraded" to our latest/greatest spyware OS version? Well, a bas with you then!"
    1 point
×
×
  • Create New...