Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross browser support via UserScript #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

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