Some components used by @zen-browser as an attempt to make firefox forks a better place (Archived and Privated on Nov 4 2024 - neccesarry for older Zen builds)
Find a file
2024-08-06 11:16:53 +02:00
@types refactor: Update splitViews module and split-views configuration 2024-08-06 11:16:53 +02:00
src refactor: Update splitViews module and split-views configuration 2024-08-06 11:16:53 +02:00
.gitattributes feat: Configure TypeScript language for JavaScript files 2024-08-06 10:57:50 +02:00
.gitignore Initial commit 2024-08-05 19:01:01 +02:00
LICENSE Initial commit 2024-08-05 19:01:01 +02:00
package-lock.json feat: Add export statement for split-views module 2024-08-06 01:14:27 +02:00
package.json feat: Remove unused code and update types 2024-08-06 10:29:56 +02:00
README.md refactor: Update splitViews module and split-views configuration 2024-08-06 11:16:53 +02:00
tsconfig.json Remove unused code and update types 2024-08-06 10:57:17 +02:00

components

Some components used by @zen-browser and @Floorp-Projects as an attempt to make firefox forks a better place

Example usage

import("chrome://../browser-splitView.mjs").then(
  ({ SplitViews }) => {
    window.gSplitView = new SplitViews({
      splitIndicator: "zen-splitted",
      browserName: "zen",
      defaultSplitView: "grid",
    });
  }
);