Skip to content

Commit 172ecd7

Browse files
committed
All updates since the project was abandoned + removal of ga.js for Manifest V3
chore: update and support for chrome manifest version 3 ETCExtensions#373 opened on Aug 31 by cldevdad 2 All the 10 other PR since 2018 + one fix from me ETCExtensions#344 opened on Dec 19, 2022 by cw2k 1 Make links https ETCExtensions#337 opened on Jul 6, 2022 by AndrewLane Fixed adding a cookie using a form ETCExtensions#333 opened on Apr 10, 2022 by Qliane update no locales ETCExtensions#297 opened on Oct 4, 2020 by steinhaug add cookie paste option: toCurrentTabCookieUrl ETCExtensions#292 opened on Aug 12, 2020 by Akimyou Update cookie_helpers.js ETCExtensions#286 opened on Jul 22, 2020 by SnailDev 1 Fix new Chrome cookie policy. ETCExtensions#278 opened on Mar 29, 2020 by dalejung Fix imports like ".domain.com" when there's no URL ETCExtensions#275 opened on Mar 21, 2020 by geekley 2 export for map ETCExtensions#267 opened on Nov 30, 2019 by GongShengyue Fix: Skip the www removal when the host does not start with www ETCExtensions#254 opened on Aug 19, 2019 by sebui Automatic decoding of URLencoded cookies ETCExtensions#235 opened on Oct 24, 2018 by npicca
1 parent 1868564 commit 172ecd7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+175
-116
lines changed

GNU_GPL_V3.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GNU GENERAL PUBLIC LICENSE
22
Version 3, 29 June 2007
33

4-
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
4+
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
55
Everyone is permitted to copy and distribute verbatim copies
66
of this license document, but changing it is not allowed.
77

@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
645645
GNU General Public License for more details.
646646

647647
You should have received a copy of the GNU General Public License
648-
along with this program. If not, see <http://www.gnu.org/licenses/>.
648+
along with this program. If not, see <https://www.gnu.org/licenses/>.
649649

650650
Also add information on how to contact you by electronic and paper mail.
651651

@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
664664
You should also get your employer (if you work as a programmer) or school,
665665
if any, to sign a "copyright disclaimer" for the program, if necessary.
666666
For more information on this, and how to apply and follow the GNU GPL, see
667-
<http://www.gnu.org/licenses/>.
667+
<https://www.gnu.org/licenses/>.
668668

669669
The GNU General Public License does not permit incorporating your program
670670
into proprietary programs. If your program is a subroutine library, you
671671
may consider it more useful to permit linking proprietary applications with
672672
the library. If this is what you want to do, use the GNU Lesser General
673673
Public License instead of this License. But first, please read
674-
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
674+
<https://www.gnu.org/philosophy/why-not-lgpl.html>.

License.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
EditThisCookie is a Chrome extension made by Francesco Capano
2-
http://editthiscookie.com/
2+
https://editthiscookie.com/
33

44

55
This file is part of "EditThisCookie".
@@ -15,4 +15,4 @@ This file is part of "EditThisCookie".
1515
GNU General Public License for more details.
1616

1717
You should have received a copy of the GNU General Public License
18-
along with "EditThisCookie". If not, see <http://www.gnu.org/licenses/>.
18+
along with "EditThisCookie". If not, see <https://www.gnu.org/licenses/>.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Inspired by the lack of good cookie managers in Google Chrome, I developed this
2020

2121
Contributing
2222
--------------
23-
- Improve the translations or add new languages [here](http://www.getlocalization.com/editthiscookie/)
23+
- Improve the translations or add new languages [here](https://www.getlocalization.com/editthiscookie/)
2424

2525

2626
How to Install

_locales/ar/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
"message": "كود المصدر"
375375
},
376376
"editThis_Encode_Cookie_Value": {
377-
"message": "ترميز قيمة الكوكيز ( as per <a href=\"http://curl.haxx.se/rfc/cookie_spec.html\">http://curl.haxx.se/rfc/cookie_spec.html</a> ) ( مستحسن )"
377+
"message": "ترميز قيمة الكوكيز ( as per <a href=\"https://curl.haxx.se/rfc/cookie_spec.html\">https://curl.haxx.se/rfc/cookie_spec.html</a> ) ( مستحسن )"
378378
},
379379
"editThis_helpIntro": {
380380
"message": "ستجد هنا بعض التعليمات عن كيفية استخدام الوظائف الأساسية للإضافة"

_locales/cs/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
"message": "Zdrojový kód"
375375
},
376376
"editThis_Encode_Cookie_Value": {
377-
"message": "Zakódovat hodnotu cookies (pro každou cookie <a href=\"http://curl.haxx.se/rfc/cookie_spec.html\">http://curl.haxx.se/rfc/cookie_spec.html</a>) (Doporučeno)"
377+
"message": "Zakódovat hodnotu cookies (pro každou cookie <a href=\"https://curl.haxx.se/rfc/cookie_spec.html\">https://curl.haxx.se/rfc/cookie_spec.html</a>) (Doporučeno)"
378378
},
379379
"editThis_helpIntro": {
380380
"message": "Zde můžete nalézt vysvětlení pro některé základní funkce tohoto rozšíření"

_locales/da/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
"message": "Kildekode"
375375
},
376376
"editThis_Encode_Cookie_Value": {
377-
"message": "Indkod værdien af cookies (i henhold til <a href=\"http://curl.haxx.se/rfc/cookie_spec.html\">http://curl.haxx.se/rfc/cookie_spec.html</a>) (Anbefales)"
377+
"message": "Indkod værdien af cookies (i henhold til <a href=\"https://curl.haxx.se/rfc/cookie_spec.html\">https://curl.haxx.se/rfc/cookie_spec.html</a>) (Anbefales)"
378378
},
379379
"editThis_helpIntro": {
380380
"message": "Her kan du finde forklaringer af nogle af de fundamentale funktioner i denne udvidelse"

_locales/de/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
"message": "Quelltext"
375375
},
376376
"editThis_Encode_Cookie_Value": {
377-
"message": "Kodiere den Wert der Cookies (wie in <a href=\"http://curl.haxx.se/rfc/cookie_spec.html\">http://curl.haxx.se/rfc/cookie_spec.html</a>) (Empfohlen)"
377+
"message": "Kodiere den Wert der Cookies (wie in <a href=\"https://curl.haxx.se/rfc/cookie_spec.html\">https://curl.haxx.se/rfc/cookie_spec.html</a>) (Empfohlen)"
378378
},
379379
"editThis_helpIntro": {
380380
"message": "Hier wirst du Erklärungen für ein paar grundlegende Funktionen dieser Erweiterung finden"

_locales/el/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
"message": "Πηγαίος Κώδικας"
375375
},
376376
"editThis_Encode_Cookie_Value": {
377-
"message": "Κωδικοποίησε την τιμή του cookie (όπως στο <a href=\"http://curl.haxx.se/rfc/cookie_spec.html\">http://curl.haxx.se/rfc/cookie_spec.html</a>) (Προτεινόμενο)"
377+
"message": "Κωδικοποίησε την τιμή του cookie (όπως στο <a href=\"https://curl.haxx.se/rfc/cookie_spec.html\">https://curl.haxx.se/rfc/cookie_spec.html</a>) (Προτεινόμενο)"
378378
},
379379
"editThis_helpIntro": {
380380
"message": "Εδώ μπορείς να βρεις εξηγήσεις για μερικές βασικές λειτουργίες αυτής της επέκτασης"

_locales/en/messages.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"message": "If you want to programmatically delete a cookie every time it is created add a filter and it will not annoy you anymore"
172172
},
173173
"editThis_Encode_Cookie_Value": {
174-
"message": "Encode the value of the cookies (as per <a href=\"http://curl.haxx.se/rfc/cookie_spec.html\">http://curl.haxx.se/rfc/cookie_spec.html</a>) (Recommended)"
174+
"message": "Encode the value of the cookies (as per <a href=\"https://curl.haxx.se/rfc/cookie_spec.html\">https://curl.haxx.se/rfc/cookie_spec.html</a>) (Recommended)"
175175
},
176176
"editThis_AN_adsDescription": {
177177
"message": "Show unobtrusive advertisements in some of the pages I visit"
@@ -419,5 +419,8 @@
419419
},
420420
"editThis_SameSite_Strict": {
421421
"message": "Strict"
422+
},
423+
"editThis_toCurrentTabCookieUrl": {
424+
"message": "To Current Tab Cookie Url"
422425
}
423426
}

_locales/es/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
"message": "Código fuente"
375375
},
376376
"editThis_Encode_Cookie_Value": {
377-
"message": "Codificar el valor de las cookies (por persistencia <a href=\"http://curl.haxx.se/rfc/cookie_spec.html\">http://curl.haxx.se/rfc/cookie_spec.html</a>) (Recomendado)"
377+
"message": "Codificar el valor de las cookies (por persistencia <a href=\"https://curl.haxx.se/rfc/cookie_spec.html\">https://curl.haxx.se/rfc/cookie_spec.html</a>) (Recomendado)"
378378
},
379379
"editThis_helpIntro": {
380380
"message": "Aquí encontrarás explicaciones sobre algunas funciones básicas de esta extensión"

0 commit comments

Comments
 (0)