stylebot icon indicating copy to clipboard operation
stylebot copied to clipboard

[Bug] @import works on chrome, but not on firefox from digitaloceanspaces

Open Thorvarium opened this issue 2 years ago • 0 comments

Describe the bug

@import works on chrome, but not on firefox when using this URL:

@import url(https://vine.nyc3.digitaloceanspaces.com/test.css);

It is supposed to make the background color red on the body of the website.

Browser

Firefox 113.0.1, windows 11

To Reproduce

Steps to reproduce the behavior:

  • Go to https://www.google.com
  • Open stylebot options
  • Go to Styles tab
  • Add a new style
  • specify URL: https://www.google.com*
  • content: @import url(https://vine.nyc3.digitaloceanspaces.com/test.css);
  • refresh google page tab

Expected behavior

Background should be red, works on chrome but not on firefox.

Thorvarium avatar May 12 '23 15:05 Thorvarium