Skip to content

Commit

Permalink
[FB] Legacy Componets | Update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Sep 8, 2024
1 parent 5dcbf54 commit a36c471
Show file tree
Hide file tree
Showing 9 changed files with 877 additions and 945 deletions.
5 changes: 3 additions & 2 deletions browser/app/profile/000-floorp.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ pref("floorp.browser.tabbar.multirow.max.enabled", true);
pref("floorp.browser.tabbar.multirow.newtab-inside.enabled", false);
pref("floorp.browser.tabbar.multirow.max.row", 3);

// 1つ目はタイトル、2つ目は内容

// Floorp Notes
pref("floorp.browser.note.memos", "");
pref("floorp.browser.note.memos.using", -1);
Expand All @@ -109,6 +107,9 @@ pref("floorp.browser.tabs.verticaltab.temporary.disabled", false);
pref("floorp.browser.tabs.verticaltab.width", 200);
pref("floorp.verticaltab.paddingtop.enabled", false);

// レガシーコンポーネント
pref("toolkit.legacyUserProfileCustomizations.script", false);

// Chrome 形式のダウンローダー
pref("floorp.browser.native.downloadbar.enabled", false);

Expand Down
10 changes: 5 additions & 5 deletions browser/extensions/userChromejs/jar.mn
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ browser.jar:
% content userchromejs %content/userchromejs/ contentaccessible=yes

# Loader
content/userchromejs/BootstrapLoader.jsm (loader/BootstrapLoader.jsm)
content/userchromejs/RDFDataSource.jsm (loader/RDFDataSource.jsm)
content/userchromejs/RDFManifestConverter.jsm (loader/RDFManifestConverter.jsm)
content/userchromejs/userChrome.jsm (loader/userChrome.jsm)
content/userchromejs/xPref.jsm (loader/xPref.jsm)
content/userchromejs/BootstrapLoader.js (loader/BootstrapLoader.js)
content/userchromejs/RDFDataSource.sys.mjs (loader/RDFDataSource.sys.mjs)
content/userchromejs/RDFManifestConverter.sys.mjs (loader/RDFManifestConverter.sys.mjs)
content/userchromejs/userChrome.jsm (loader/userChrome.jsm)
content/userchromejs/xPref.jsm (loader/xPref.jsm)
Loading

0 comments on commit a36c471

Please sign in to comment.