Adem Kouki

Results 27 comments of Adem Kouki

@SpitFire-666 Thank you so much for your feedback! šŸ‘ You're right. I will fix this and It will be in the available in the next update

Thank you @Explosion-Scratch for your suggestion! I like the idea and i will try to convert BetterViewer to Userscript. Pull requests are always welcome šŸ‘

Hello @ewanhowell5195, I think you're talking about 1:1 ratio See this: ![image](https://user-images.githubusercontent.com/12462188/168696789-5384e644-8b89-4659-8a4a-372640639e7b.png) Try using it with this example: https://upload.wikimedia.org/wikipedia/commons/3/3f/Fronalpstock_big.jpg

Thank you @SpitFire-666 for your feedback šŸ‘ Can you disable all addons except "BetterViewer" and test again ? I think this issue is caused by other addons.

Hello @skyfighteer, Thank you for your feedback šŸ‘ But I can't reproduce the problem. Please can you share a screenshot or a short video about this issue. Thank you

@skyfighteer I've added moving range limit. You can't grab images out of the view. You can try it Would anyone else like to see this?

Hello @YouveGotMeowxy šŸ‘‹ Thanks so much for your feedback! I'm really glad you enjoyed BetterViewer. I'd just like to thank you for taking the time to write this feature requests....

> Hi > > Just discovered this great extension and see a couple things missing that would make it perfect. > > 1. A hover zoom feature. It's already an...

@MasterGoodbytes WhatsApp shows images as "blob:https//" ![image](https://user-images.githubusercontent.com/12462188/153191893-8b505d7b-5ea9-4716-9eba-2ab90d26472b.png) As far as I know... Chrome extensions cannot read urls like blob and file ... etc.. That's why it's difficult to read these...

I found this solution (not working with Ctrl+P šŸ˜¢) ```javascript const removeKeybinding = (editor, id) => { editor._standaloneKeybindingService.addDynamicKeybinding(`-${id}`, undefined, () => {}) } const addKeybinding = (editor, id, newKeyBinding) =>...