From 574c804f75b2c9dec929c7b8a58e761dbae08246 Mon Sep 17 00:00:00 2001 From: Mustafa Hasturk Date: Thu, 2 Apr 2015 02:57:46 +0300 Subject: [PATCH 1/4] fix contributors url --- src/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/about.html b/src/about.html index d1b324e4b..a0131e3cc 100644 --- a/src/about.html +++ b/src/about.html @@ -17,7 +17,7 @@
  • From 6fc0cc8b5b8809dcaa885c3826dc6dd455fc9f5f Mon Sep 17 00:00:00 2001 From: Mustafa Hasturk Date: Thu, 2 Apr 2015 03:13:48 +0300 Subject: [PATCH 2/4] sepereta Opera store link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4db776be..7d35ba8b9 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,9 @@ uBlock's main goal is to help users neutralize privacy-invading apparatus — ad * **Safari**: available to install [from the homepage](https://chrismatic.io/ublock/safari/), or from the [Safari Extension Gallery](https://extensions.apple.com/details/?id=net.chrisaljoudi.uBlock-96G4BAKDQ9). -* **Chrome**: available on the [Chrome Web Store](https://chrome.google.com/webstore/detail/ublock/epcnnfbjfcgphgdmggkamkmgojdagdnn), the [Opera store](https://addons.opera.com/en-gb/extensions/details/ublock/), or for [manual](https://github.com/chrisaljoudi/uBlock/tree/master/dist#install) installation. +* **Chrome**: available on the [Chrome Web Store](https://chrome.google.com/webstore/detail/ublock/epcnnfbjfcgphgdmggkamkmgojdagdnn) or for [manual](https://github.com/chrisaljoudi/uBlock/tree/master/dist#install) installation. + +* **Opera**: available on the [Opera Store](https://addons.opera.com/en-gb/extensions/details/ublock/). * **Firefox**: available on the [Firefox Add-ons homepage](https://addons.mozilla.org/en-US/firefox/addon/ublock/), or for [manual]((https://github.com/chrisaljoudi/uBlock/releases)) installation. From ec7e517840d166d0907aedfe00627948505d4e6c Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 1 Apr 2015 21:47:52 -0600 Subject: [PATCH 3/4] Enable Travis releases to work again --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 18eed4227..fb2a5c34e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,10 @@ script: ./tools/make-${BROWSER}.sh all deploy: provider: releases api_key: - secure: BCCzIkUFHKotFPABHqPHHyPP8O6ZTPmtt6Ja/JltfO9XBwf6pk9jRiNuRmx5AeETGE2BpojvfqW622q9lCOpgtBit6xkHQC/r2NKt35qMBIPgGCb7GUr5KK7lHNTVOviK9gsOuxcVTeYw3w+zmGLUTpjieELgn4tyz9E8DcOeHE= + secure: aoUrSk4xrLG21zoYmguLG4GofniXYrlplmvhoJ5LNMXLmJfXG3K6DkbA2JO7Oodb25Z2qLgwm5kmAg8GdSfm7HGsni+S3Ih5lsD/kKdCqVx41cWWRN7rCfpeM/NwpndE5a4pvOm9zLhuWWbzBy7baNefSjVNTSgDx92RH2MepmM= file: dist/build/uBlock.${BROWSER}.${EXT} skip_cleanup: true on: - repo: gorhill/uBlock + repo: chrisaljoudi/uBlock tags: true - all_branches: true \ No newline at end of file + all_branches: true From a5403b4b5476515ff5b5a7bae8c4eaee361c4c19 Mon Sep 17 00:00:00 2001 From: Chris Aljoudi Date: Wed, 1 Apr 2015 22:13:01 -0600 Subject: [PATCH 4/4] Rely on direct PRs (for now) --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 7d35ba8b9..aab5f0f07 100644 --- a/README.md +++ b/README.md @@ -113,8 +113,6 @@ uBlock is made useful because of the filter lists it utilizes. We deeply appreci the people working hard to maintain the filter lists we're using, which were made available to use by all for free. -You can contribute by helping translate uBlock [on Crowdin](https://crowdin.net/project/ublock). - ## License [GPLv3](https://github.com/chrisaljoudi/uBlock/blob/master/LICENSE.txt).