Feature suggestions and discussion

Ciaran
Even Worse Kobold -
Birthday Fur - Joined within the first year of the site operation and has had significant amount of activity as of June 1, 2021.
Derpy Fur - Prevented Furbooru's terrible fate in April of 2021.
Astra - Helped choose the name for our mascot - Astra.
Passing of the Eclipse - Joined within the first month of public opening and has had at least some activity as of August 3, 2020.
Gold Piece - Gold Supporter on Patreon
Artist -
Since the Beginning - Registered before the site was public

Moderator
Draw or die
Hey … hey hey hey …
Don’t be mean. There’s no reason to be mean.
And none of this has anything to do with this site’s features.
Posted Report
Satu Putra
Artist -

Larva
→ Feature Name Tags for ads
→ Summary Obvious. Advertisements should have tags like images do.
→ Goal There are some suggestive ads that viewers will see even in SFW-only pages. They could filter the suggestive content, but that wouldn’t work for ads. Also, some people are not interested in what they see.
→ Description Watching tags increase the chance of seeing the ads with the tags. For example, if you watch the tag my little pony, then the chance of seeing ads related to my little pony is increased. If the tags are hidden with your filter, then the ads will be hidden like images do.
→ Other I cannot think of another site with this feature.
Bubbelvatten
Tag Lover - Good and Proficient Tagger

Feral aficionado
@MoonOtter
@Satu Putra
No offense, but the deeper issue lies in site staff being unable to enforce their own advertising policy. NSFW ads should never be shown under SFW images, for anyone ever. Rather than implementing Satu Putra’s feature suggestion, the issue could be solved entirely by, you know, having a website which would actually follow its own rules.
Ciaran
Even Worse Kobold -
Birthday Fur - Joined within the first year of the site operation and has had significant amount of activity as of June 1, 2021.
Derpy Fur - Prevented Furbooru's terrible fate in April of 2021.
Astra - Helped choose the name for our mascot - Astra.
Passing of the Eclipse - Joined within the first month of public opening and has had at least some activity as of August 3, 2020.
Gold Piece - Gold Supporter on Patreon
Artist -
Since the Beginning - Registered before the site was public

Moderator
Draw or die
@Bubbelvatten
To re-iterate the ‘unable to enforce’ I just want to mention, again, that there is literally no button for this. This is not a problem that moderation can help with - it requires a code change.
And, again, the problem is known and the dev team is working on it.
In the meantime, try this (also applicable to @Lunarmoon21’s question):
  1. Install TamperMonkey or whatever extension you trust that works with your browser.
  2. To block all advertisements, create and activate this script:
(function() {
‘use strict’;
document.querySelectorAll(‘#imagespns’).forEach(el => el.style.display = ‘none’);
})();
Ads will disappear.
  1. To block specific users, use this:
(function() {
‘use strict’;
document.querySelectorAll(‘a[href=”/profiles/Lunarmoon21”]’).forEach(el => el.style.display = ‘none’);
})();
Where Lunarmoon21 is the name of the profile whose posts and comments you want to block.
  1. To hide both (or more):
(function() {
‘use strict’;
// Hide the div with id “imagespns”
document.querySelectorAll(‘#imagespns’).forEach(el => el.style.display = ‘none’);
// Hide the link to “Lunarmoon21”
document.querySelectorAll(‘a[href=”/profiles/Lunarmoon21”]’).forEach(el => el.style.display = ‘none’);
})();
NOTE: If you block a staff member or something that staff have placed on the site as a notification for you and you ignore it then you are ignoring something staff tried to say to you and if that thing was a warning, then you’re ignoring a warning and that can result in a ban. So use at your own risk.
Or, wait until the admins and dev team have time to do what they’re already working on.
Interested in advertising on Furbooru? Click here for information!
Lovense - Hands Free!

Furbooru is not cheap to operate - help support us financially!

Syntax quick reference: **bold** *italic* ||hide text|| `code` __underline__ ~~strike~~ ^sup^ %sub%

Detailed syntax guide