Anyway to change the background color of the Craigslist Post Preview?
|
|
First I wanted to say I really like this Greasemonkey Script but I was just wondering is there anyway to change the background color of the preview? either have it white or enable a custom color picker. Thanks for the great G-script! |
![]() ![]() |
In the first few lines of the script, find this text: background-color:lightgrey; Change lightgrey to any hexadecimal color (FFFFFF = white) or just type "white" (without quotes) in place of lightgrey. |

