1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 01:27:12 +02:00
uBlock/tools
Raymond Hill 152cea2dfe
Refactor management of injectable resources
This is a first step, the ultimate goal is to remove
the need for resources.txt, or at least to reduce to
only hotfixes or for trivial resources targeting very
specific websites.

Most resources will become immutable, i.e. they will
be part of uBO's code base. Advantages include easier
code maintenance (jshint, syntax highlight), and to
make scriptlets more easy to code review by external
parties (for example extension store reviewers).

TODO:

- More scriptlets need to be imported before next
  release.
- Need to make legacy versions of uBO use a legacy
  version of resources.txt, as all the now obsolete
  scriptlets will have to be removed once uBO's
  next release become widespread.
- Possibly need to add code to load binary
  resources so that they can be injected as
  data: URI. So far it's unclear whether this is
  really needed. For example, this would be needed
  if a xmlhttprequest is redirected to an image
  resource.
2019-07-03 09:47:56 -04:00
..
import-crowdin.sh Add support to import en_GB description 2019-06-23 08:25:16 -04:00
import-war.py add ampproject.org/v0.js as a web-accessible-resources 2018-09-09 18:11:44 -04:00
make-assets.sh Leverage whotracks.me's huge dataset of URLs for benchmark purpose 2019-02-15 16:18:03 -05:00
make-chromium-meta.py fix dd92337a4a (commitcomment-29051501) 2018-05-20 07:45:39 -04:00
make-chromium.sh Refactor management of injectable resources 2019-07-03 09:47:56 -04:00
make-clean.sh allow scripts to run with bash in other locations 2016-01-31 12:17:04 -05:00
make-firefox-meta.py Fix https://github.com/uBlockOrigin/uBlock-issues/issues/636 2019-06-17 07:35:14 -04:00
make-firefox.sh Refactor management of injectable resources 2019-07-03 09:47:56 -04:00
make-opera-meta.py changes needed for releasing uBO/opera 1.15.24 2018-04-09 10:04:32 -04:00
make-opera.sh Refactor management of injectable resources 2019-07-03 09:47:56 -04:00
make-safari-meta.py Safari: fix meta script permission 2015-02-16 21:15:47 -07:00
make-safari.sh allow scripts to run with bash in other locations 2016-01-31 12:17:04 -05:00
make-thunderbird.sh Refactor management of injectable resources 2019-07-03 09:47:56 -04:00
make-webext-meta.py fix https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909626 2018-09-26 07:20:54 -04:00
make-webext.sh Refactor management of injectable resources 2019-07-03 09:47:56 -04:00