Skip to content

Cross browser support via UserScript#9

Open
erikpt wants to merge 3 commits intomartenbjork:masterfrom
erikpt:patch-1
Open

Cross browser support via UserScript#9
erikpt wants to merge 3 commits intomartenbjork:masterfrom
erikpt:patch-1

Conversation

@erikpt
Copy link

@erikpt erikpt commented Jun 6, 2018

Allows users to load the CSS via a userscript in Greasmonkey, Tampermonkey, etc.

erikpt added 2 commits June 5, 2018 18:02
This will apply the theme as a Greasemonkey/Tampermonkey userscript so it works across browsers.  Tested with Tampermokey/Chrome and Greasemonkey/Firefox
method: "GET",
url: filename,
onload: function(response) {
//alert(filename + "\r\nTest:" + response.responseText);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this maybe

Removed previously commented out test alert message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants