diff options
author | Wojtek Kosior <koszko@koszko.org> | 2021-07-20 12:01:41 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2021-07-20 12:03:07 +0200 |
commit | 081739e7dcaeed1e0655a49ebdebb02d653d9042 (patch) | |
tree | 91e74e5f74c8f947bf43461de0bfed012e419cf2 /content | |
parent | 82836b92768bc3fa329e0d5345e93e98f5047db7 (diff) | |
parent | 97f683e266bc7270396c9e78296b9b0439639fbe (diff) | |
download | browser-extension-081739e7dcaeed1e0655a49ebdebb02d653d9042.tar.gz browser-extension-081739e7dcaeed1e0655a49ebdebb02d653d9042.zip |
Merge rebranding to "Hachette"
Diffstat (limited to 'content')
-rw-r--r-- | content/main.js | 2 | ||||
-rw-r--r-- | content/page_actions.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/main.js b/content/main.js index af8cd7c..8f8375e 100644 --- a/content/main.js +++ b/content/main.js @@ -1,5 +1,5 @@ /** - * Myext main content script run in all frames + * Hachette main content script run in all frames * * Copyright (C) 2021 Wojtek Kosior * Copyright (C) 2021 jahoti diff --git a/content/page_actions.js b/content/page_actions.js index 75cc4d9..aff56b8 100644 --- a/content/page_actions.js +++ b/content/page_actions.js @@ -1,5 +1,5 @@ /** - * Myext handling of page actions in content scripts + * Hachette handling of page actions in content scripts * * Copyright (C) 2021 Wojtek Kosior * Redistribution terms are gathered in the `copyright' file. |