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