Skip to content

Instantly share code, notes, and snippets.

@gabeio
Last active August 29, 2015 14:14
Show Gist options
  • Select an option

  • Save gabeio/5c162bc0c64f1d3fb9e3 to your computer and use it in GitHub Desktop.

Select an option

Save gabeio/5c162bc0c64f1d3fb9e3 to your computer and use it in GitHub Desktop.
My Browser, Website Mods
window.location.href = window.location.href.split('www.amazon.com')[0]+"smile.amazon.com"+window.location.href.split('www.amazon.com')[1];
.boards-drawer{
width:200px !important;
}
body.pinned-drawer.extra-large-window:not(.promo-page) #surface, body.pinned-drawer.large-window:not(.promo-page) #surface
{
margin-left:200px !important;
}
.list.add-list.idle
{
visible:hidden;
display:none;
}
.js-recent-boards
{
visible:hidden;
display:none;
}
.list
{
width:300px !important;
}
@gabeio
Copy link
Copy Markdown
Author

gabeio commented Jan 27, 2015

amazon.js forces smile.amazon.com instead.

@gabeio
Copy link
Copy Markdown
Author

gabeio commented Jan 27, 2015

trello.css removes the add-list list that always hangs there; instead just click anywhere.
also adjusts board list size to not take up half the screen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment