little update
AroKol78 opened this issue · 2 comments
AroKol78 commented
- Ensure getter/setter are called with proper context
from gorhill/uBlock@e4b8f2e
only two lines (1694 &1700) to replace in https://github.com/gorhill/uBlock-for-firefox-legacy/blob/master/assets/resources/resources.txt#L1694-L1700 - Use zero-based index for id
from gorhill/uBlock@cdf6088
only one line to replace in https://github.com/gorhill/uBlock-for-firefox-legacy/blob/master/assets/resources/resources.txt#L599 - Add missing getResponseInformation() method to neutered JS API
from gorhill/uBlock@d307bbd
put only one line before https://github.com/gorhill/uBlock-for-firefox-legacy/blob/master/assets/resources/resources.txt#L517
AroKol78 commented
- Add support for "remove all properties" in json-prune scriptlet - from gorhill/uBlock@d338e4c
https://github.com/gorhill/uBlock-for-firefox-legacy/blob/master/assets/resources/resources.txt#L1549 - Add empty array, object to set-constant scriptlet - from gorhill/uBlock@ce801b9
https://github.com/gorhill/uBlock-for-firefox-legacy/blob/master/assets/resources/resources.txt#L1896 - Fix potential exception when casting to string - from gorhill/uBlock@07d3c96
https://github.com/gorhill/uBlock-for-firefox-legacy/blob/master/assets/resources/resources.txt#L1609
https://github.com/gorhill/uBlock-for-firefox-legacy/blob/master/assets/resources/resources.txt#L1496