Skip to content

Bookmarklet that blurs the content of Trello cards for taking screenshots.

Notifications You must be signed in to change notification settings

IlanVivanco/blurTrelloTitles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

blurTrelloTitles

A very little script to blur the content of Trello cards for taking screenshots and showing what your board looks like.

Blurred board sample

Bookmarklet

Add the bookmarklet by selecting and dragging it to your bookmarks bar. Then go to your Trello Board and click the bookmark to toggle the blurness.

javascript:if($('.list-card-title').hasClass('blurTitle')){$('.list-card-title').css({"color":"black","text-shadow":"none"}).removeClass('blurTitle');}else{$('.list-card-title').css({"color":"transparent","text-shadow":"0 0 10px black"}).addClass('blurTitle');};void 0;

About

Bookmarklet that blurs the content of Trello cards for taking screenshots.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published