smugmug.com

This is where you should report issues arising from the subscription filters.
Locked
ZPrime
New Member
New Member
Posts: 1
Joined: Sun Oct 28, 2018 9:46 am

smugmug.com

Post by ZPrime »

Photo galleries on Smugmug.com can (optionally) enable a "sharing" feature for galleries or photos.
All this does is enable an iOS-style "square with an arrow" icon, that when clicked, does a little in-window popup that gives you various easy links (HTML, BBcode, etc) to copy/paste in order to share a photo link.

The FanBoy's Annoyances list is matching against this via:

Code: Select all

##button[title="Share"]
One of the problems is that Smugmug has the ability to provide galleries via a user-owned domain (assuming the smugmug user is a high enough tier of subscriber). So while you'll be able to do a generic whitelist against most of the site (most galleries are going to be within *.smugmug.com), there are going to be edge-case users who have custom domains (myself included) that will still fall outside the rules and get bitten by this...

Obviously I can override my own domain with a rule of:

Code: Select all

custom-smugmug.domain.com#@#button[title="Share"]
But this is kind of a pain, and I feel that particular element hiding rule is more than a little over-broad even for the "Annoyances" list...
Locked