Jump to content

we3fan

Member
  • Posts

    235
  • Joined

  • Donations

    0.00 USD 

Everything posted by we3fan

  1. Hi ruthan. Is this the program you used: MiniTool Partition Wizard?
  2. Thanks guys, all good advice. I ordered the SSD, I will report the performance when it arrives. The HDD I use now is WD Blue 500GB 2.5", quick google search for dimensions: 3.94 x 2.75 x 0.28 inches, 0.28 inches = 7.112 mm. Quick google search for SSD Samsung 860 EVO 2.5" dimensions: 100 X 69.85 X 6.8 (mm). But as Tripredacus said, I will know for sure when I get the drive and try to install it. In case it DOES need additional padding, do I need to buy something specific or I can improvise and make something myself?
  3. Hi guys, I use Win XP Pro x86, my Laptop is from 2006, SATA 2 max speed, Motherboard ASUS Z96JS: I want to try SSD on it for the first time, I plan to buy Samsung 860 EVO 500GB. Can my Laptop recognize the Samsung 860 EVO and work OK with it? Or should I buy another SSD model? Thanks for your time.
  4. Thanks, I appreciate it. Yes I tried MiniBrowser on Win XP Pro x86 SP2.
  5. Thanks ArcticFoxie, this seems to have great potential. Will it work on Win XP Pro SP2? I tried it and it says: Can I make it work by installing some additional software? Or it needs SP3?
  6. Thanks Dave :), manually increasing the zoom level fixed it, probably the zoom level got decreased somehow, has never happened to me before.
  7. Hi guys, everything was working OK until now and today while I was browsing MSFN with Chrome 49 I noticed the text font got smaller: Is there something I can do to make it show the old bigger font view?
  8. I just tested Dsynchronize to make sure it works OK, I haven't used it much but from my initial impression it looks like it could be very useful. I have 1 folder with many files and I copied the same folder in another place, I added new text in 2-3 text files in the second folder. Can I use Dsynchronize to check which files are changed without manually checking each file?
  9. Hi RainyShadow, I have msvbvm60.dll in C:\WINDOWS\system32, 1.32 MB, Visual Basic Virtual Machine, ver 6.0.96.90 . DTaskManager and Deep Explorer from that page worked OK.
  10. Hi Sampei.Nihira, I just installed it (twice), default install options, and I don't get any error, installs without a problem.
  11. Thanks ArcticFoxie, I will try it. This line works to delete the empty folder in ~\Application Data\: DirRemove=C:\Documents and Settings\User\Application Data\Moonchild Productions Is it possible to use a name value that will automatically detect the empty folder each browser creates? I tried with the name "Vendor" but these 2 lines didn't work: DirRemove=$Vendor$ DirRemove=C:\Documents and Settings\User\Application Data\$Vendor$ Is this even possible?
  12. Thanks ArcticFoxie. I appreciate the "wrapper" program recommendation, it seems like a good program that can be very useful sometime so I will remember it. But for this "task" I think we can make it work from the Palemoon-Portable.ini I managed to do it with this line: DirRemove=C:\Documents and Settings\User\Application Data\Moonchild Productions This is totally not needed but I wanted to try if I can find a more elegant way to do it. For example if I can find the universal name value that is used, so every browser can automatically detect its own folder name that it creates, so I can enter this name value without going in ~\Application Data\ to see what folder name every browser creates. In palemoon-27.9.1a1.win32-git-20180707-54887c52d-xpmod > palemoon > application.ini it says: -------------------------------------------------------------------------------- ; This file is not used. If you modify it and want the application to use ; your modifications, move it under the browser/ subdirectory and start with ; the "-app /path/to/browser/application.ini" argument. [App] Vendor=Moonchild Productions Name=Pale Moon RemotingName=palemoon CodeName=NewMoon Version=27.9.1a1 BuildID=20180706231851 ID={8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4} [Goanna] MinVersion=3.4.2 MaxVersion=3.4.2 [XRE] EnableProfileMigrator=1 -------------------------------------------------------------------------------- So I wanted to try if it can somehow detect the name value for Moonchild Productions. I tried different combinations with the names Vendor and [App]Vendor, but none of these 19 lines worked: DirRemove=Vendor DirRemove=$Vendor DirRemove=$Vendor$ DirRemove=C:\Documents and Settings\User\Application Data\Vendor DirRemove=C:\Documents and Settings\User\Application Data\$Vendor DirRemove=C:\Documents and Settings\User\Application Data\$Vendor$ DirRemove=[App]Vendor DirRemove=$[App]Vendor DirRemove=$[App]Vendor$ DirRemove=C:\Documents and Settings\User\Application Data\[App]Vendor DirRemove=C:\Documents and Settings\User\Application Data\$[App]Vendor DirRemove=C:\Documents and Settings\User\Application Data\$[App]Vendor$ DirRemove=[App]$Vendor DirRemove=[App]$Vendor$ DirRemove=C:\Documents and Settings\User\Application Data\[App]$Vendor DirRemove=C:\Documents and Settings\User\Application Data\[App]$Vendor$ DirRemove=Moonchild Productions DirRemove=$Moonchild Productions DirRemove=$Moonchild Productions$ As I said this is totally unnecessary and it is something that I got curious about. Do you have any suggestion what name value might work to automatically detect the folder name it creates? Is this even possible in this way? Yes clearing the cache on browser exit is a good practice. Do we have to do this manually in the Browser Settings/Options/Preferences for every different browser individually? Or there is some automatic way of doing this for all browsers?
  13. Thanks ArcticFoxie, nice guide with great instructions. I have just one question, I tested with palemoon-27.9.1a1.win32-git-20180707-54887c52d-xpmod.7z, and If I start from Palemoon-Portable.exe it creates 2 empty folders (Moonchild Productions\Pale Moon) in C:\Documents and Settings\User\Application Data and C:\Documents and Settings\User\Local Settings\Application Data Is it possible to edit Palemoon-Portable.ini to prevent these 2 folders from creating in ~\Application Data\?
  14. Random image: Test upload random image: Didn't work for me also (Chrome 49), I had to upload it on another site and link it here.
  15. Thanks guys, I tested 'Right click > Block element' on a normal YouTube video and if my mouse cursor hovers over the bottom-right corner the small window really appears, but if I hover my mouse cursor away from that corner the small window becomes almost invisible, so maybe I just didn't notice it the first time when I tried it. When the pop-up shows again I will also hover my mouse cursor over the bottom-right corner and see if that changes anything.
  16. Hi DanR20, thanks for replying. Until now I have always used uBlock Origin with default settings and I never tried to change anything. I searched for "Content.css" in my Chrome profile (~\Google\Chrome\User Data\Default) but I didn't find such file. I found a "popup.css" file in my Chrome profile uBlock Origin Extension css folder (~\Google\Chrome\User Data\Default\Extensions\randomletters\1.16.18_0\css), is this file a good place to add your code? uBlock Origin > Options > My filters - Or maybe here would be a better place to add your code? uBlock Origin > Options > Filter lists > Custom > Import... enable > add URL - Can I also add a filter list here that blocks this YouTube pop-up?
  17. Hi guys, with Chrome 49 + uBlock Origin 1.16.18 on YouTube I sometimes get this pop-up: Right click > Block element - doesn't do anything. Is it possible to block this?
  18. It didn't work for me on: Chrome 49.0.2623.112, Firefox 52.9.0 and Mypal 28.16.0. It worked on 360 Extreme Explorer 12.0.1268.0:
  19. Thanks guys. And a big thanks to roytam1 for all his hard work who makes browsing a better experience for everyone.
  20. I see, OK thanks Rainy. @VistaLover @siria @asdf2345 Does Good Old Youtube 1.16.0 still work for you guys on XP?
  21. Hi guys, I was just curious, does Good Old Youtube 1.16.0 still work for you on XP?
×
×
  • Create New...