Is there a way to exclude web pages

Is there a way to exclude web pages similar to the way that you can exclude apps in settings? I want to stop popclip coming up when I play on chess.com.

1 Like

Hi, @stationagent1, welcome to the forum. Excluding web pages is currently not possible. But a lot of people have asked for it and it is high on my roadmap.

The best you can do for now is temporarily turn off PopClip when you are on that site.

By the way is there a particular issue you are having with PopClip on chess.com? I play on that site too but have never noticed PopClip appearing when I play. What version of PopClip are you using and what browser do you use?

BetterTouchTool has the ability to trigger actions based on an current URL(Change BTT behavior based on website? - #7 by rishifter - Discussion & Questions - BetterTouchTool Community or “Did Open URL” trigger), so you can run this shell command to disable PopClip:

defaults write com.pilotmoon.popclip.plist PopEnabled -bool false

And so to reenable:

defaults write com.pilotmoon.popclip.plist PopEnabled -bool true