Sollace
"[@DoublePipe":](/meta/userscript-emoticons/post/2691998#post_2691998
)
Alrighty, I'll do the uploading a few at a time.
Can't do embedded images because they need to be visible to people without the script. :T
Edit: Didn't see the part about the GM_addstyle. I generally don't use GM_ functions. :/ I suppose I could change to that if it becomes necessary, but I rather keep greasemonkey's sandbox out of it where it can't mess things up.
Edit 2: CSP with the stylesheet does not seem to be an issue. Probably because it's not a loaded resource. There is a warning for the sheet inserted by stylish, which you may want to look at:
[bq]
>
> `Content Security Policy: The page’s settings observed the loading of a resource at data:text/css,/**Dressabooru**/%2F**%0ADressabooru%0A%0AA%20fabulous%20theme%20for%20derpibooru.%0A**%2F%0A%0A%40-moz-document%0A%09regexp('http%3F%5Bs%5D%3A%2F%2F(derpi%7Ctrixie)boo(%5C.ru%7Cru%5C.org).*')...[/bq]`
I am the night!
Alrighty, I'll do the uploading a few at a time.
Can't do embedded images because they need to be visible to people without the script. :T
Edit: Didn't see the part about the GM_addstyle. I generally don't use GM_ functions. :/ I suppose I could change to that if it becomes necessary, but I rather keep greasemonkey's sandbox out of it where it can't mess things up.
Edit 2: CSP with the stylesheet does not seem to be an issue. Probably because it's not a loaded resource. There is a warning for the sheet inserted by stylish, which you may want to look at:
[bq]
>
> `Content Security Policy: The page’s settings observed the loading of a resource at data:text/css,/**Dressabooru**/%2F**%0ADressabooru%0A%0AA%20fabulous%20theme%20for%20derpibooru.%0A**%2F%0A%0A%40-moz-document%0A%09regexp('http%3F%5Bs%5D%3A%2F%2F(derpi%7Ctrixie)boo(%5C.ru%7Cru%5C.org).*')...