Enable swipe by using Vivaldi

I’m using Vivaldi web browser, but I can’t back history or forward histoy by swiping. So, I find the solution.

Since Vivaldi is based on the Chromium browser, most solutions for Google Chrome also works on Vivaldi too. I took the answer from here and applied it to Vivaldi. Just had to find what Vivaldi’s .plist file was and use that instead.

Enable Swipe

defaults write com.vivaldi.Vivaldi.plist AppleEnableSwipeNavigateWithScrolls -bool TRUE

Disable Swipe

defaults write com.vivaldi.Vivaldi.plist AppleEnableSwipeNavigateWithScrolls -bool FALSE

Reference