uBlock/platform/mv3/extension/lib/codemirror
Raymond Hill b50341089d
[mv3] Expand "Develop" pane
Move "No filtering" section in "Settings" to "Develop" pane. It is
now possible to view/edit the list of hostnames for any of the
filtering mode. This takes care of these issues:
- https://github.com/uBlockOrigin/uBOL-home/issues/270
- https://github.com/uBlockOrigin/uBOL-home/issues/297

Add ability to see all rulesets (read-only), to assist in investigating
filtering issues.
2025-06-13 12:46:05 -04:00
..
codemirror-ubol@4352f57275 [mv3] Expand "Develop" pane 2025-06-13 12:46:05 -04:00
README.md [mv3] Add codemirror-ubol as submodule 2025-05-21 08:01:21 -04:00

Steps to build cm6.bundle.ubol.min.js -- command line from repo root:

  • git submodule init platform/mv3/extension/lib/codemirror/codemirror-ubol
  • cd platform/mv3/extension/lib/codemirror/codemirror-ubol/
  • npm install
  • npm run build
  • cm6.bundle.ubol.min.js should be in dist directory
  • This is the origin of the cm6.bundle.ubol.min.js in the current directory