rtm516 / Bookmark-Manager

This is a modified and restored version of the extension 'Bookmark Manager' by Google.
61 stars 10 forks source link

Unobfuscated version #3

Closed chm-dev closed 5 years ago

chm-dev commented 5 years ago

Do you happen to know if there is unobfuscated version of this extension? I'd love to try to bring it back to live with some extra features.

rtm516 commented 5 years ago

Not publicly available. When I set this up I looked for one, all I found was that they most likely used closure to minify it but without a lot of work then it will stay like this. Here is googles public closure compiler google/closure-compiler-js.

rtm516 commented 5 years ago

If you want to have a go at making it readable I'm more than happy for you to make pull requests if you get anywhere.

chm-dev commented 5 years ago

I think it is not worth tbh. It is such a mind bender. Even after putting it through pretty print etc. I think I'll just try to rebuild the core mechanics in vue and make it new extension similar to what this is but whith proper screenshots and reader view.

NaturalHarmonia commented 5 years ago

I think it is not worth tbh. It is such a mind bender. Even after putting it through pretty print etc. I think I'll just try to rebuild the core mechanics in vue and make it new extension similar to what this is but whith proper screenshots and reader view.

I look forward to that.

rtm516 commented 5 years ago

I have started a rewrite to this extension if you would like to contribute or test it please check out the rebuild branch. https://github.com/rtm516/Bookmark-Manager/tree/rebuild