It stikes me I didn't describe this well. More specifically, I'd like to change the background on locally-opened files. For instance, if I open a png on my local drive it displays a black border. As I usually use local files for my home page I used the term home page.
But I had a thought. The browser url refers to local files as file:///FileNameHere.png so I tried the following: // ==UserScript== // @name background // @namespace kde.org // @description Script description // @include file:///* // @version 1.0.0 // ==/UserScript== addCSS ( '* { background-color: #ffffff; }' ); I'm quite new to greasemonkey. Am I on the right track? If so, where is my error? On Monday, December 10, 2018 at 3:02:12 PM UTC-6, rhubar...@gmail.com wrote: > > > I'd like to change the home page background color for Falkon and Vivaldi. > I know little of greasemonkey. Can it be done? Is there a script? I've > searched but have found none. > -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to greasemonkey-users+unsubscr...@googlegroups.com. To post to this group, send email to greasemonkey-users@googlegroups.com. Visit this group at https://groups.google.com/group/greasemonkey-users. For more options, visit https://groups.google.com/d/optout.