A browser extension to easily rehost files using a 'Pomf clone'. Comments about the code quality will most likely be ignored. Patches or pull requests are welcome.
Go to file
Les De Ridder e8d76fea7f Don't call getBetterUrl for the pageAction checks
getBetterUrl is rather expensive (especially for Pixiv URLs), and
there is no real reason to call it before calling isCoolUrl if
isCoolUrl is made to check if the URL is a Pixiv URL.
2016-05-26 01:23:57 +02:00
.gitignore Add .gitignore 2016-01-18 05:12:27 +01:00
LICENSE.md Add a license 2016-05-22 00:16:03 +02:00
background.js Don't call getBetterUrl for the pageAction checks 2016-05-26 01:23:57 +02:00
formdata.js Implement basic functionality 2016-01-18 05:12:37 +01:00
icon_19.png Implement basic functionality 2016-01-18 05:12:37 +01:00
icon_128.png Implement basic functionality 2016-01-18 05:12:37 +01:00
manifest.json Add experimental Pixiv support 2016-05-05 16:21:50 +02:00
options.html Add Skype support 2016-05-26 01:15:32 +02:00
options.js Fix URL blacklist 2016-05-05 15:43:37 +02:00
worker.js Fix memory leak 2016-01-25 14:16:03 +01:00