Giter Club home page Giter Club logo

edit-this-cookie's People

Contributors

adripo avatar andiedie avatar ardeois avatar bayotop avatar borgle avatar chrissearle avatar davididas avatar earnedmarketing avatar fcapano avatar fieteboerner avatar fredden avatar jansensan avatar m-xbutterfly avatar petecoop avatar sgtpanda avatar solocommand avatar stevesbrain avatar teobais avatar timresudek avatar trollfred avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

edit-this-cookie's Issues

broken in chrome 14.0.835.8 dev.

Original author: [email protected] (July 30, 2011 04:12:27)

What steps will reproduce the problem?

  1. use extension in 14.0.835.8 dev

What is the expected output? What do you see instead?
it to work and load the interface
it not working and a very minimal interface (a few icons and checkboxes, and thats it)

What version of the product are you using? On what operating system?
0.14.0
ubuntu 10.04

Please provide any additional information below.

Original issue: http://code.google.com/p/editthiscookie/issues/detail?id=19

Feature Request: Copy cookies to clipboard

Original author: [email protected] (August 17, 2012 13:26:03)

I would love to have the ability to quickly copy the cookies to the clipboard so I can use them with curl, wget, python cookielib, etc.

If added an option to "Copy cookies" that stored a "# Netscape HTTP Cookie File" header and the data in the that format, it would be easy for developers to use as they see fit. For me that would be:

pbpaste > /tmp/cookies.txt

Original issue: http://code.google.com/p/editthiscookie/issues/detail?id=44

Permission 'chrome-extension://*' is unknown or URL pattern is malformed.

Original author: [email protected] (May 04, 2012 09:46:48)

What steps will reproduce the problem?

  1. Install the extension
  2. Open the extensions menu and look for 'Edit This Cookie'

What is the expected output? What do you see instead?
The following error is shown in red:

> There were warnings when trying to install this extension:
> Permission 'chrome-extension://*' is unknown or URL pattern is malformed.

What version of the product are you using? On what operating system?
Google Chrome 20.0.1123.4 (Official Build 135092) dev-m
Windows 7 Business x64

Original issue: http://code.google.com/p/editthiscookie/issues/detail?id=36

Edit the path of a cookie

Original author: [email protected] (December 15, 2010 22:42:46)

What steps will reproduce the problem?

  1. Edit this cookie
  2. Allow the editing of the path of the cookie
    3.

What is the expected output? What do you see instead?
The cookie's path will be altered and be read by sites in the new path

What version of the product are you using? On what operating system?
0.12.9
windows x64, chrome 8.0.552.224

Please provide any additional information below.

Original issue: http://code.google.com/p/editthiscookie/issues/detail?id=3

Adding new cookie stoped working after some period of time

Original author: [email protected] (November 05, 2011 11:59:37)

What steps will reproduce the problem?

  1. Some period of time
  2. Edit This Cookie chrome extension

What is the expected output? What do you see instead?
No output. Can't use nothing insted.

What version of the product are you using? On what operating system?
It is shown, that I use Version: 0.14.4

Please provide any additional information below.
Tryed to add a cookie for my local domain name and it worked at first, but after some time it stoped working.

Original issue: http://code.google.com/p/editthiscookie/issues/detail?id=23

Suggestion: Small Code changes

Original author: [email protected] (June 24, 2011 15:13:53)

/trunk/js/cookies.js
Line 73 to 85
var name = $(".name", newCookie ).attr("value");
var value = $(".value", newCookie ).attr("value");
var secure = $(".secure", newCookie ).attr("checked");
var httpOnly = $(".httpOnly", newCookie ).attr("checked");
var session = $(".session", newCookie ).attr("checked");

var expirationDate  =  $(".exp",            newCookie ).attr("value");
var expirationDay   =  $(".expDay",         newCookie ).attr("value");
var expirationMonth =  $(".expMonth",       newCookie ).attr("value");
var expirationYear  =  $(".expYear",        newCookie ).attr("value");
var expirationHour  =  $(".expHour",        newCookie ).attr("value");
var expirationMin   =  $(".expMinutes",     newCookie ).attr("value");
var expirationSec   =  $(".expSeconds",     newCookie ).attr("value");

Change to

var name            =  $(".name",           newCookie ).val();
var value           =  $(".value",          newCookie ).val();
var secure          =  $(".secure",         newCookie ).is(':checked');  //to test
var httpOnly        =  $(".httpOnly",       newCookie ).is(':checked');  //to test
var session         =  $(".session",        newCookie ).is(':checked');  //to test

var expirationDate  =  $(".exp",            newCookie ).val();
var expirationDay   =  $(".expDay",         newCookie ).val();
var expirationMonth =  $(".expMonth",       newCookie ).val();
var expirationYear  =  $(".expYear",        newCookie ).val();
var expirationHour  =  $(".expHour",        newCookie ).val();
var expirationMin   =  $(".expMinutes",     newCookie ).val();
var expirationSec   =  $(".expSeconds",     newCookie ).val();

Original issue: http://code.google.com/p/editthiscookie/issues/detail?id=18

localhost cookies cannot be created

Original author: [email protected] (December 13, 2011 19:19:13)

What steps will reproduce the problem?

  1. Go to http://localhost (note: you must have a webserver installed)
  2. Open Edit This Cookie
  3. Attempt to create a cookie

What is the expected output? What do you see instead?
Expected: Cookie is created.

Actual: Cookie is not created, and no error message.

What version of the product are you using? On what operating system?
Windows 7 x64
Chrome 15.0.874.121
Edit This Cookie v0.14.4

Please provide any additional information below.

Original issue: http://code.google.com/p/editthiscookie/issues/detail?id=28

Lost Submit Cookie Changes button

Original author: [email protected] (February 15, 2011 22:44:35)

What steps will reproduce the problem?

  1. Using a 1024X600 screen resolution.
  2. Using EditThisCookie with 6 or more cookies on a certain site.

What is the expected output? What do you see instead?
I can't use the Submit Cookie Changes button because it is pushed off screen.

What version of the product are you using? On what operating system?
Latest on Windows 7.

Please provide any additional information below.
If I'm doing something wrong, please let me know. Thanks.

Original issue: http://code.google.com/p/editthiscookie/issues/detail?id=10

Create cookies instantly deletes itself

Original author: [email protected] (February 09, 2011 11:59:23)

What steps will reproduce the problem?

  1. Create a cookie with name and value, but leave other settings as default
  2. Click submit cookies changes
  3. Refresh page

What is the expected output? What do you see instead?

The cookie you just created should be in the list of cookies available for edit. However can't then actually see that cookie

The reason for this, is that when creating the cookie, the expiration date is set as the current system time, it should be at some point (maybe an hour) in the future instead

What version of the product are you using? On what operating system?

Win XP Chrome 9.0.597. Edit cookie version ?

Please provide any additional information below.

Original issue: http://code.google.com/p/editthiscookie/issues/detail?id=9

confirmation dialog breaks UI

Original author: [email protected] (March 28, 2011 18:37:25)

What steps will reproduce the problem?

  1. Enable "Always ask for confirmation?" option
  2. click cookie icon, then click trash icon
  3. confirmation dialog flashes on screen, immediately vanishes
  4. nothing in Edit This Cookie dialog is clickable until Chrome is restarted

What is the expected output? What do you see instead?
confirmation dialog should display until it is clicked

What version of the product are you using? On what operating system?
Edit This Cookie 0.13.5 on Chrome 10.0.648.204 on OS X 10.6.7

Please provide any additional information below.

Seems like confirmation dialog is modal but getting hidden.

Original issue: http://code.google.com/p/editthiscookie/issues/detail?id=11

Suggestion: option for handling more cookies

Original author: [email protected] (January 09, 2011 18:54:49)

Hi!

I think that an option where you can see all of your cookies would be nice (maybe import them from chrome then edit them). I use the current version of this extension. Now I have to chose from the cookies that are on the page I'm on, in that moment. If I want to protect a cookie for instance, maybe I won't be able to do it because that site doesn't leave any traces to be found in this app to protect or redirects me too soon.

An option when you can choose to delete surfing history, traces, unprotected cookies and so on would be nice too (automatically after closing the browser). In Chrome you have to do it manually except cookies.

I'm sorry if I seem to be too demanding but these are really just my suggestions. I'm not a programmer just a user.

Thanks for taking your time to read this!

Best regards,

Martin

Original issue: http://code.google.com/p/editthiscookie/issues/detail?id=7

Add new cookie - does not work

Original author: [email protected] (June 21, 2012 21:20:15)

What steps will reproduce the problem?

  1. Click Add new cookie in 'advanced' tools
  2. Enter name, value, domain and expiry date in future
  3. Click [Submit Changes] ...way at the bottom?

What is the expected output? What do you see instead?
A new cookie with the entered name and value and expiry date should be listed.

What version of the product are you using? On what operating system?
Latest EditThisCookie from webstore Chrome 19 on Win7 32bit.

Please provide any additional information below.
New cookie does not show even after clicking the refresh link.
Also editing a cookie and changing the domain and date does not work. The cookie just disappears!?

Original issue: http://code.google.com/p/editthiscookie/issues/detail?id=40

version:0.14.6 really have a problem!

Original author: [email protected] (January 06, 2012 03:13:19)

What steps will reproduce the problem?

  1. every time when i'm click the button:Submit Cookie Change. the value has been change.
    Example:if some cookie value is :"13,14". if i'm click the change button.the value changing : "13%2C14". and the server thinks that value is wrong.

I don't know why, this is a new question.please hurry fix it.
PS:I cant't speech English very well.so , if you are not understand, you can want my email something. thank you.

Original issue: http://code.google.com/p/editthiscookie/issues/detail?id=30

Hidden .domain cookies

it looks like a recent update of this plugin breaks the expected behavior of .domain cookies that should work on all subdomains of a host.

the login of my app stops working when edit-this-cookie is enabled. it works in all other browser and when disabling the plugin. when having a look at the plugin, all new plugins coming from .onruby.de seem to get ignored, so the rails session cookie won't get sent to the app!

please have a look at the screenshot of the problem: http://cl.ly/image/260h2I2W1g2o

unable to protect cookies

Original author: [email protected] (July 02, 2012 17:39:07)

What steps will reproduce the problem?

  1. when i revisit a site
    2.
    3.

What is the expected output? What do you see instead?
cookies should be protected, but the cookies are overwritten by the website.

What version of the product are you using? On what operating system?
editthiscookie 0.31 on windows 7 professional 64-bit.

Please provide any additional information below.
this bug is discovered after automatic update of google chrome recently.

Original issue: http://code.google.com/p/editthiscookie/issues/detail?id=41

Blocking google.com NID and PREF cookies does not stick

Original author: [email protected] (July 10, 2012 18:15:55)

I am using Google Chrome 20.0.1132.47m from an office in the Veterans Administration, and am trying to use editthiscookie to block the google.com NID and PREF cookies, because their presence in the VA network somehow makes google searches and sites not open. I can manually delete the cookies and set up block filters with editthiscookie, and use the browser properly for a period of time. Looking at the editthiscookie settings shows proper block filters being created. However, after using the browser for awhile, sites start not opening again and I see that the NID and PREF cookies from google.com have reappeared and the block filters in the extension have disappeared. I wonder if this problem is related to the other user's report of this extension not working properly with google cookies?

Original issue: http://code.google.com/p/editthiscookie/issues/detail?id=42

Fails to add new cookies for one word "domains" added to /etc/hosts

Original author: [email protected] (February 29, 2012 22:27:57)

What steps will reproduce the problem?

  1. Run multiple apache sites locally with virtual hosting
  2. Add the names to /etc/hosts so that you can access them [ie: 127.0.0.1 devcms testcms]
  3. Chrome can access sites without problems, but editthiscookie will not be able to add new cookies.

What is the expected output? What do you see instead?
Expect that a new cookie will be added, that doesn't happen. Adding fails. There seems to be an overzealous check on the name.

What version of the product are you using? On what operating system?
0.14.8, Mac OSX

Please provide any additional information below.
It works as long as there is a period in the name... so setting up devcms doesn't work, but devcms.hcn works.

Original issue: http://code.google.com/p/editthiscookie/issues/detail?id=34

"Add a new cookie" is disabled by default

Original author: [email protected] (September 29, 2010 22:08:44)

"Add a new cookie" is disabled by default. I would like it enabled by default. It took me 5 minutes to find.

I had to check "Show Advanced Controls?" before it showed up. "Show Advanced Controls?" gives no indication that it displays "Add a new cookie". What makes editing more advanced than adding?

Thanks for making the extension. Too bad Google removed this functionality.

Original issue: http://code.google.com/p/editthiscookie/issues/detail?id=1

BetterPrivacy

Original author: [email protected] (October 29, 2011 18:40:16)

Hi,

This isn't really an issue, but I didn't know where else to post it. I was wondering if editthiscookie has a simmilar capability to Firefox's BetterPrivacy add-on for deleting "supercookies"? If it does, how do you do it, and if it doesn't is it something that you could add in the future? Great add-on by the way!

Original issue: http://code.google.com/p/editthiscookie/issues/detail?id=21

After submit , the value is changed. May be a character problem

Original author: [email protected] (May 15, 2012 06:08:38)

What steps will reproduce the problem?

  1. Add a New Coockie
  2. Add value
  3. Submit Coockie Change

when i'm click "Submit Coockie Change", the Cookie Value is Change , lost something like "=" is changing ,changing to like "%3D" .then the server can't Identification the cookie. the porblem is long time ago fixed, but now it's come back. what's wrong you programmers ?, i'm a programmer to ,don't Repeated that stupid mistake.

the version is : 0.14.8

Original issue: http://code.google.com/p/editthiscookie/issues/detail?id=37

Typos in options

Original author: [email protected] (November 28, 2011 14:01:16)

"Show Avanced Controls?" should be "Advanced." Might want to make it lower-cased too: "Show advanced controls"

The tooltip in 'Show "Edit Cookies" in contextual menu ?' should fix "tigh-clicking" to "right-clicking." If you can preserve the tooltip somehow, it would be best to get rid of question marks in all the options choices.

The formatting for "expiration" overlaps with "day" in the settings for individual cookies.

All very, very minor stuff, but I like this extension enough to note these things. Keep up the great work.

Original issue: http://code.google.com/p/editthiscookie/issues/detail?id=25

Doesn't delete google's cookies

Original author: [email protected] (January 04, 2011 10:09:38)

What steps will reproduce the problem?

  1. Added this in blocked cookies:
    Domain: .google.com Name: any Value: any
  2. Visit any google page (e.g. google.com, chrome.google.com)

What is the expected output? What do you see instead?
All cookies from google must be deleted. There are more than 10 cookies placed by google.

What version of the product are you using? On what operating system?
Edit This Cookie v0.13.0
Linux 32-bit (specifically Lubuntu 10.10)

Please provide any additional information below.

Original issue: http://code.google.com/p/editthiscookie/issues/detail?id=4

Ability to edit more information on cookie

Original author: [email protected] (June 24, 2011 14:33:15)

What steps will reproduce the problem?

  1. Add/Edit cookie
  2. Try to edit domain or path
  3. they are disabled :-)

What is the expected output? What do you see instead?
I would like to be able to edit the path or at least the domain/subdomain. for example I am on www.domain.com and I need to set a cookie for .domain.com, or even for .www.domain.com. Currently it automatically uses the domain of the page I am in.

What version of the product are you using? On what operating system?

  • PC-BSD 8.2, Chromium 11.0.696.57 (0), Extension Version: 0.13.8

Please provide any additional information below.
This feature would be great as I am testing cross domain cookies to be able to switch between domains but keeping the session and some of the cookies alive, and currently I have to create them via code and upload and test when if I could simply create the cookie for the domain (not hostOnly) would save a lot of time

Original issue: http://code.google.com/p/editthiscookie/issues/detail?id=16

Created Cookies cannot be removed via JS nor via http header

Original author: [email protected] (June 24, 2011 14:35:29)

What steps will reproduce the problem?

  1. open extension
  2. Create a new cookie (let's call it cu)
  3. execute any javascript or send any http header to delete such cookie

What is the expected output? What do you see instead?
I would expect the cookie to be delete.. but it stays

What version of the product are you using? On what operating system?
Extension Version: 0.13.8, google chromium on PC-BSD 8.2

Please provide any additional information below.
the cookies created by the extension can only be deleted by the extension

Original issue: http://code.google.com/p/editthiscookie/issues/detail?id=17

"Help us translate the extension you your language"

May I recommend translating the web page into English, to start with? ;-}

s/you/to -- in the in-browser extension options page.

I suspect I could fix this by joining the translation crowdsourcing site, but if I was going to join something, github seemed like a better choice.

Submit changes unreachable on small screen

Original author: [email protected] (June 04, 2011 14:57:47)

What steps will reproduce the problem?

  1. Set resolution to a low screen size (my laptop is 1280x600)
  2. Open cookie with large number of fields
  3. Make changes
  4. Be annoyed.

What is the expected output? What do you see instead?
I expect to see the "Submit cookie changes" button, but I can't see it because the popup window is taller than 600 pixels, so the button is off the screen!

What version of the product are you using? On what operating system?
The most recent as of 4th June 2011, on Windows 7

Please provide any additional information below.
I tried maximising and full-screening the window, but the popup just disappears...

Screenshot included, so you can see the popup... or lack thereof!

Original issue: http://code.google.com/p/editthiscookie/issues/detail?id=13

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.