
Loading…
Goodnight, sweet prince. #1157
This is incredibly helpful, @hotdogman. Thank you. Will merge momentarily.
Will merge momentarily.
You might want to review before doing that. It looks like this modified Info.plist for Safari, which might complicate auto-updating and other things. I don't know, I haven't used Safari.
Thank you.
I'm just glad I was able to do something semi-useful.
For future reference (if needed):
find * -type f -exec grep -Il . {} \; -exec sed -i 's/old/new/g' {} \;
find * -type f -exec grep -Il . {} \; -exec sed -i 's/gorhill/chrisaljoudi/g' {} \;
There are several problems with that approach. First thing, some languages use µ, it's a normal character with a normal usage in them. Second, there are (at least) two Unicode symbols in this codebase that look like this "µ". The greek letter Mu and the Micro sign.
- +3 −3 CONTRIBUTING.md
- +4 −4 assets/checksums.txt
- +1 −1 assets/thirdparties/www.zoso.ro/pages/rolist.txt
- +36 −36 assets/ublock/filters.txt
- +2 −2 assets/ublock/mirror-candidates.txt
- +2 −2 assets/ublock/privacy.txt
- +1 −1 dist/README.md
- +3 −3 dist/description/description-ar.txt
- +3 −3 dist/description/description-bg.txt
- +3 −3 dist/description/description-ca.txt
- +3 −3 dist/description/description-cs.txt
- +3 −3 dist/description/description-da.txt
- +3 −3 dist/description/description-de.txt
- +3 −3 dist/description/description-el.txt
- +3 −3 dist/description/description-en.txt
- +3 −3 dist/description/description-es.txt
- +3 −3 dist/description/description-et.txt
- +3 −3 dist/description/description-fa.txt
- +3 −3 dist/description/description-fi.txt
- +3 −3 dist/description/description-fil.txt
- +3 −3 dist/description/description-fr.txt
- +3 −3 dist/description/description-he.txt
- +3 −3 dist/description/description-hr.txt
- +3 −3 dist/description/description-hu.txt
- +3 −3 dist/description/description-id.txt
- +3 −3 dist/description/description-it.txt
- +3 −3 dist/description/description-ja.txt
- +3 −3 dist/description/description-ko.txt
- +3 −3 dist/description/description-lt.txt
- +3 −3 dist/description/description-lv.txt
- +3 −3 dist/description/description-nl.txt
- +3 −3 dist/description/description-no.txt
- +3 −3 dist/description/description-pl.txt
- +3 −3 dist/description/description-pt_BR.txt
- +3 −3 dist/description/description-pt_PT.txt
- +3 −3 dist/description/description-ro.txt
- +3 −3 dist/description/description-ru.txt
- +3 −3 dist/description/description-sk.txt
- +3 −3 dist/description/description-sl.txt
- +3 −3 dist/description/description-sq.txt
- +3 −3 dist/description/description-sr.txt
- +3 −3 dist/description/description-sv.txt
- +3 −3 dist/description/description-te.txt
- +3 −3 dist/description/description-tr.txt
- +3 −3 dist/description/description-uk.txt
- +3 −3 dist/description/description-vi.txt
- +3 −3 dist/description/description-zh_CN.txt
- +3 −3 dist/description/description-zh_TW.txt
- +1 −1 platform/chromium/options_ui.js
- +6 −6 platform/chromium/vapi-background.js
- +2 −2 platform/chromium/vapi-client.js
- +1 −1 platform/chromium/vapi-common.js
- +1 −1 platform/firefox/bootstrap.js
- +1 −1 platform/firefox/frameModule.js
- +1 −1 platform/firefox/frameScript.js
- +4 −4 platform/firefox/vapi-background.js
- +1 −1 platform/firefox/vapi-client.js
- +1 −1 platform/firefox/vapi-common.js
- +1 −1 platform/safari/Info.plist
- +1 −1 platform/safari/Update.plist
- +1 −1 platform/safari/vapi-background.js
- +1 −1 platform/safari/vapi-client.js
- +1 −1 platform/safari/vapi-common.js
- +1 −1 platform/safari/vapi-popup.js
- +3 −3 src/_locales/ar/messages.json
- +3 −3 src/_locales/bg/messages.json
- +3 −3 src/_locales/ca/messages.json
- +3 −3 src/_locales/cs/messages.json
- +3 −3 src/_locales/da/messages.json
- +3 −3 src/_locales/de/messages.json
- +3 −3 src/_locales/el/messages.json
- +3 −3 src/_locales/en/messages.json
- +3 −3 src/_locales/es/messages.json
- +3 −3 src/_locales/et/messages.json
- +3 −3 src/_locales/fa/messages.json
- +3 −3 src/_locales/fi/messages.json
- +3 −3 src/_locales/fil/messages.json
- +3 −3 src/_locales/fr/messages.json
- +3 −3 src/_locales/he/messages.json
- +3 −3 src/_locales/hi/messages.json
- +3 −3 src/_locales/hr/messages.json
- +3 −3 src/_locales/hu/messages.json
- +3 −3 src/_locales/id/messages.json
- +3 −3 src/_locales/it/messages.json
- +3 −3 src/_locales/ja/messages.json
- +3 −3 src/_locales/ko/messages.json
- +3 −3 src/_locales/lt/messages.json
- +3 −3 src/_locales/lv/messages.json
- +2 −2 src/_locales/mr/messages.json
- +3 −3 src/_locales/nb/messages.json
- +3 −3 src/_locales/nl/messages.json
- +3 −3 src/_locales/pl/messages.json
- +3 −3 src/_locales/pt_BR/messages.json
- +3 −3 src/_locales/pt_PT/messages.json
- +3 −3 src/_locales/ro/messages.json
- +3 −3 src/_locales/ru/messages.json
- +3 −3 src/_locales/sk/messages.json
- +3 −3 src/_locales/sl/messages.json
- +3 −3 src/_locales/sq/messages.json
- +3 −3 src/_locales/sr/messages.json
- +3 −3 src/_locales/sv/messages.json
- +3 −3 src/_locales/te/messages.json
- +3 −3 src/_locales/tr/messages.json
- +3 −3 src/_locales/uk/messages.json
- +3 −3 src/_locales/vi/messages.json
- +3 −3 src/_locales/zh_CN/messages.json
- +3 −3 src/_locales/zh_TW/messages.json
- +2 −2 src/js/1p-filters.js
- +2 −2 src/js/3p-filters.js
- +1 −1 src/js/about.js
- +1 −1 src/js/asset-viewer.js
- +7 −7 src/js/assets.js
- +1 −1 src/js/async.js
- +2 −2 src/js/background.js
- +18 −18 src/js/contentscript-end.js
- +6 −6 src/js/contentscript-start.js
- +1 −1 src/js/contextmenu.js
- +12 −12 src/js/cosmetic-filtering.js
- +1 −1 src/js/dashboard-common.js
- +1 −1 src/js/dashboard.js
- +1 −1 src/js/devtool-log.js
- +1 −1 src/js/devtools.js
- +1 −1 src/js/document-blocked.js
- +1 −1 src/js/dyna-rules.js
- +3 −3 src/js/dynamic-net-filtering.js
- +5 −5 src/js/element-picker.js
- +1 −1 src/js/hnswitches.js
- +1 −1 src/js/i18n.js
- +5 −5 src/js/messaging.js
- +3 −3 src/js/mirrors.js
- +5 −5 src/js/pagestore.js
- +8 −8 src/js/popup.js
- +1 −1 src/js/profiler.js
- +1 −1 src/js/settings.js
- +6 −6 src/js/start.js
- +14 −14 src/js/static-net-filtering.js
- +4 −4 src/js/storage.js
- +3 −3 src/js/subscriber.js
- +8 −8 src/js/tab.js
- +16 −16 src/js/traffic.js
- +6 −6 src/js/ublock.js
- +1 −1 src/js/udom.js
- +1 −1 src/js/uritools.js
- +1 −1 src/js/utils.js
- +1 −1 src/js/whitelist.js
- +1 −1 src/js/xal.js
- +1 −1 tools/make-firefox-meta.py
Thanks for all of your hard work @gorhill and @Deathamns. We greatly
appreciate everything you did. Good luck to @chrisaljoudi.