Fixes pinterest middle click open image in new tab
< Обсуждения 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
Войдите, чтобы ответить.
Domain-Agnostic @Match
Change the following:
// @match .pinterest.com/ // @include .pinterest.com/
to:
// @match .pinterest./* // @include .pinterest./*