Tiny Greasemonkey script for Flickr page titles

Flickr seems to need a lot of these little fixes, for some reason...

// ==UserScript==
// @name           Flickr de-exclaimer
// @namespace      http://alf.hubmed.org
// @description    De-exclaims Flickr titles
// @include        http://www.flickr.com/*
// ==/UserScript==

document.title = document.title.replace(/ - Photo Sharing!$/, '');

Comments

God, that "Photo Sharing" thing is so annoying. Much like the fact Google always returns their meta description in the preview section of its search results "Flickr is the best photo sharing blah blah blah!". That helps no-one.

All fields are optional, email address will not be shown; no HTML, URLs are automatically hyperlinked.