Skip to content

alystair/trelloBlur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

trelloBlur

Toggleable script to blur contents of Trello cards for screenshots to show them what your board looks like. Note: It uses CSS to blur the text so exporting the data in a non-screenshot method way will contain the original underlying text.

Blurred board sample

Bookmarklet

Just add the bookmarklet below to your bookmarks bar.

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

Toggleable Bookmarklet to blur contents of Trello cards for screenshots.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors