aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-12-27tooltipise.js: Fix `$('.load-more-text') === undefinedTeddy Wing
When there is no '.load-more-text' element on the page, a JavaScript error would be triggered from calling `addEventListener` on `undefined`. Do a check for undefined to silence the error.
2014-12-14manifest.json: Increase to v0.0.2v0.0.2Teddy Wing
Update fixes bug where new videos loaded via AJAX would not be tooltipised.
2014-12-14tooltipise.js: Handle AJAX load of more videosTeddy Wing
New videos loaded on a page over AJAX will not have title tooltips. Refresh tooltip titles when more videos are loaded. Just use a timeout to make things simple. The tooltipiser will wait 3 seconds between requesting more videos and refreshing titles. This will generally provide enough time to load the videos into the DOM unless the network connection is really slow.
2014-12-13README: Add installation notesTeddy Wing
2014-12-13Add README & LICENSEv0.0.1Teddy Wing
2014-12-13Initial commit. Working.Teddy Wing
Add manifest.json, add functionality in content script that copies the YouTube video title into the title link's `title=` HTML attribute to give us the tooltip.