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./*