Wednesday, April 7, 2021

CREATE LOOP PALEMOON PROFILES

-+

*/

I Share With You with humility

------------------------------------------------------------------------ @echo off :: This is my batch file :: This script to obtain Palemoon Multi Profiles :: :LoopCreatePalemoonprofile color 20 cls ::This is Path location of Palemoon Installation Folder. ::The computer is 64 bit :loop cd "C:\Program Files\Pale Moon\" set /p input="Input 'Palemoon Profile Name' you want: " if '%input%'=='%input%' palemoon.exe -createprofile %input% && goto loop ------------------------------------------------------------------------

Create above script with notepad and save with this syntax "filename[dot]bat"
eg: mybatchscript.bat

All Knowledges derive from outside of Self


:-)

Friday, April 2, 2021

SETTING USER-AGENT STRING PALEMOON

@echo off 
cls
mode con: cols=55 lines=30 
color 0F 
echo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
echo -----------------------------------------------------
echo SETTING USER-AGENT STRING PALEMOON
echo =====================================================
ECHO.
echo 1. execute about:config 
echo. 
echo 2. Search "general.useragent.override"
echo. 
echo 3. Select one of them 
echo. 
echo 4. Right click it 
echo. 
echo 5. Click "Copy Name"
echo.
echo 6. Right Click \ New \ String
echo. 
echo 7. Paste "Config Name" 
echo. 
echo 8. Edit and change the domain with your domain
echo 	- eg: bukalapak.com
echo. 
echo 9. Fill "User-Agent-String" you prefer 
echo. 
echo 10. OK 
echo. 
echo. 
echo NOTE: 
echo - Tested on Palemoon 29.1.1 64 bit echo.
pause 
goto main