Skip to content

[Question] Is it possible to disable the MouseGestures script on a per website basis? #316

Discussion options

You must be logged in to vote

Hi, I don't intend on adding this feature, but it could be done here:

stopGesture: async function (gst, win) {

By adding a few lines. For instance:

  stopGesture: async function (gst, win) {
    if (win.gBrowser.currentURI.spec.startsWith('https://example.com/'))
      return;

In this case, MGest won't work if current tab URL starts with https://example.com/.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@TFWol
Comment options

Answer selected by TFWol
Comment options

You must be logged in to vote
1 reply
@xiaoxiaoflood
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants