Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All the 10 other PR since 2018 + one fix from me #344

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

cw2k
Copy link

@cw2k cw2k commented Dec 19, 2022

  • Fix urls importing of urls like ".wikipedia.com"
  • decode Url
  • and some more

Well one PR with adding tab url had some merge conflicts and so I left it out.
Go to my fork to see this one

@cw2k
Copy link
Author

cw2k commented Dec 19, 2022

Well the most simple solution to get that updated version is to just use my fork.

However you may merge this pull request into your fork like this:
(Maybe just do it for the sake of learning and understanding how to merge PR's into ya fork )

Update: Via Webpage

You can also do this via the github webpage.

I assume, you should have already a fork (MyFork) of the common repo (BaseRepo) which has the pending pull request from a fork (OtherFork) you are interested in.

  1. Navigate to the fork (OtherFork) which has initiated the pull request which you like to get into your fork (MyFork)
  2. Go to the pull requests page of OtherFork
  3. Click new pull request
  4. The pending pull request(s) should be offered. Remember to select proper OtherFork branch too. Select on the left side as the base fork your fork (MyFork) (IMPORTANT).
  5. Now the option of View pull request should change to Create pull request. Click this.

Now you should have a pending pull request in your fork (MyFork), which you can simply accept.

From:
https://stackoverflow.com/a/28729484/3135511

YoeriW added a commit to YoeriW/Edit-This-Cookie that referenced this pull request Dec 15, 2024
…nifest 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
YoeriW added a commit to YoeriW/Edit-This-Cookie that referenced this pull request Dec 15, 2024
…nifest V3 + replaced deprecated chrome function

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
YoeriW added a commit to YoeriW/Edit-This-Cookie that referenced this pull request Dec 15, 2024
…nifest V3 + replaced deprecated chrome function

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants