-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Wildcard support? #45
Comments
_global.js (and _global.css) will load on any domain :) ! /edit: also in _global you can easily say something like this: if (document.querySelector('video')) {
// @include lib/videos.js
};
// or match a domain 👍🏼
if (location.href.match('https://github.com/user/helloworld')) {
// @include helloworld.js
} |
great! |
Suggestion: Add a wysiwyg for all domains. Maybe could be just a checkbox "Apply to all domains", or maybe a button "Add CSS/JS for all domains" |
Now that was a fascinating question, are we talking'bout drag'n'drop aswell? You could might aswell make sure that the editor is forcing brainfuck as syntax and the all images never gets compressed - for the full experience. If you are interested in replacing all webpages with content from wikipedia I will not be able to help, or if you are not willing to disclose what vendor for the WYSIWYG you have in mind we could use brainfuck as mentioned above highly recommended as dropin for any WYSIWYG. But seriously, many not. |
Hi
Is it possible to match ALL websites, ALL domains?
Thx
The text was updated successfully, but these errors were encountered: