https://github.com/simplificator/trello-id-extractor
Browser Extension to make Trello IDs visible on the Ticket
https://github.com/simplificator/trello-id-extractor
Last synced: about 1 year ago
JSON representation
Browser Extension to make Trello IDs visible on the Ticket
- Host: GitHub
- URL: https://github.com/simplificator/trello-id-extractor
- Owner: simplificator
- Created: 2013-11-07T14:42:29.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-07T20:17:34.000Z (over 12 years ago)
- Last Synced: 2025-01-01T10:15:36.457Z (over 1 year ago)
- Language: CoffeeScript
- Size: 152 KB
- Stars: 0
- Watchers: 21
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trello Id Extractor
This little piece of code adds the Id of each card before its title.
## Usage
Create a bookmark in your browser and add the following code as the address:
javascript: (function() {
s = document.createElement('script');
s.setAttribute('type', 'text/javascript');
s.setAttribute('src', 'https://raw.github.com/simplificator/trello-id-extractor/master/load.js');
document.body.appendChild(s);
})();