Fixes pinterest middle click open image in new tab
< Opiniones de Pinterest middle click open image in new tab
Domain-Agnostic @Match
Change the following:
// @match .pinterest.com/ // @include .pinterest.com/
to:
// @match .pinterest./* // @include .pinterest./*
It is already set-up this way.
It only matches against pinterest.com, rather than pinterest.*
Coming in the newest update
Inicia sesión para responder.
Domain-Agnostic @Match
Change the following:
// @match .pinterest.com/ // @include .pinterest.com/
to:
// @match .pinterest./* // @include .pinterest./*