-
Notifications
You must be signed in to change notification settings - Fork 39
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
add delete domain button and function #6
base: master
Are you sure you want to change the base?
Conversation
@gjohn34 Thanks for the PR. I'll review the code. You can take up some more issues - Thanks! |
index.html
Outdated
@@ -57,6 +57,7 @@ <h2 class="title text-center text-capitalize">Cookie Manager</h2> | |||
<input type="text" class="form-control" id="value" required="required"> | |||
</div> | |||
<button type = "button" class="btn btnBelow btn-danger" id="clear_cookies">Clear All Cookies</button> | |||
<button type="button" class="btn btnBelow" id="delete_domain_cookies">Delete Domain Cookies</button> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, use any bootstrap button classes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right. I've left it unstyled besides the font-declaration. What color were you after, red like the other one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As it's delete
button, red will look good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
hey sorry about the wait, i forgot that I factory reset my pc earlier and had to reset all my ssh keys and junk.
added un-styled button to buttonGroup
function to fetch cookies matching input then delete each cookie w/ matching domain.
repeat display cookies function to reset table.