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