Skip to content
Snippets Groups Projects
Commit a8f9c54a authored by Eliott Sammier's avatar Eliott Sammier
Browse files

Add legacy code (unformatted, from 02-05-2024)

parent bfb084d3
No related branches found
No related tags found
No related merge requests found
Showing
with 123 additions and 0 deletions
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
;--------------------------------------------------------------------------------
; Pale Moon Portable Copyright� 2009-2018 Moonchild Productions & Mozilla Contributors
; Portable framework Copyright� winPenPack & contributors
; Launcher released under the terms and conditions of the winPenPack License Agreement
; (see license.txt)
;--------------------------------------------------------------------------------
[Version]
Ini Author=M.C. Straver
Ini Revision=28
Ini Date=27/09/2018
Ini Locale=en
Software=Basilisk
Soft.Version=2020.11.25
Web=http://www.basilisk-browser.org
Launcher=2.0
System=
[Group]
Category=
Sub Category=
License=Freeware
;--------------------------------------------------------------------------------
[Setup]
AppName=Basilisk
Profile=Default
[FileToRun]
PathToExe=$Bin$\$AppName$\$AppName$.exe
Parameters=-profile "%MOZ_PROFILE_PATH%"
[Environment]
;(multiple instances)
;MOZ_NO_REMOTE=1
;(profile path)
MOZ_PROFILE_PATH=$Home$\$AppName$\Profiles\$Profile$
;(plugins path)
BROWSER_PLUGINS=.\Plugins
FP_FLASH_PATH=%BROWSER_PLUGINS%\Flash
FP_SOUND_PLUGINS=%BROWSER_PLUGINS%\SoundPlayback
MOZ_PLUGIN_PATH=%FP_FLASH_PATH%;%FP_SOUND_PLUGINS%
[Functions]
DirCreate=$Download$|$Backup$\$AppName$
DirCopy=$ExeDir$\defaults\profile|%MOZ_PROFILE_PATH%
FileDelete=%MOZ_PROFILE_PATH%\compreg.dat
DirRemove=$Lib$\Mozilla\$AppName$
[RunAfter]
;(make password backups)
FileCopy=%MOZ_PROFILE_PATH%\key3.db|$Backup$\$AppName$|o
FileCopy=%MOZ_PROFILE_PATH%\signons.sqlite|$Backup$\$AppName$|o
FileCopy=%MOZ_PROFILE_PATH%\logins.json|$Backup$\$AppName$|o
;(make bookmark backups)
DirCopy=%MOZ_PROFILE_PATH%\bookmarkbackups|$Backup$\$AppName$|o
; ========================================
; ** User preferences **
; ========================================
[WriteToPref=%MOZ_PROFILE_PATH%\user.js]
Format=user_pref("[PREF]", [VALUE]);
;(cache directory)
browser.cache.disk.parent_directory=%MOZ_PROFILE_PATH%|\\"
;(download directory)
browser.download.lastDir=$Download$|\\"
;(default browser)
browser.shell.checkDefaultBrowser=false
;(disable jumplists)
browser.taskbar.lists.enabled=false
; ========================================
; ** Global preferences **
; ========================================
[WriteToIni=$ExeDir$\application.ini]
;(disable crash reporter)
Crash Reporter|Enabled=0
[WriteToPref=$ExeDir$\browserconfig.properties]
Format=[PREF]=[VALUE]
;(first run homepage)
browser.startup.homepage=http://start.palemoon.org
[WriteToPref=$ExeDir$\defaults\pref\palemoon.js]
Format=pref("[PREF]", [VALUE]);
;(automatic updates)
app.update.auto=false
app.update.enabled=false
;(default browser)
browser.shell.checkDefaultBrowser=false
;(download)
browser.download.useDownloadDir=false
browser.download.manager.retention=1
;(enable cache)
browser.cache.disk.enable=false
;(show plugins path)
plugin.expose_full_path=true
;don't install extensions from the host PC
extensions.enabledScopes=5
[Options]
DeleteTemp=true
MultipleInstances=true
RunWait=true
ShowSplash=false
WriteLog=false
File added
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment