Tried to make web load with the custom CSS, which is local.
Tried different codes. \[code\]// @resource lCss customCSS.css \[/code\]and then \[code\]var globalstyle = document.createElement('link'); globalstyle.rel = 'stylesheet'; globalstyle.type = 'text/css'; globalstyle.href = http://stackoverflow.com/questions/15455154/GM_getResourcesURL("lCss"); document.getElementsByTagName('head')[0].appendChild(globalstyle);\[/code\]But when I'm [re]installing it, get an error\[quote\] Error downloading URL : http://userscripts.org/scripts/source/customCss.css\[/quote\]Why its trying connect to userscripts anyway?I just want use local CSS.Edit1 : Also tried to edit config.xml. That doesn't work either.
Tried different codes. \[code\]// @resource lCss customCSS.css \[/code\]and then \[code\]var globalstyle = document.createElement('link'); globalstyle.rel = 'stylesheet'; globalstyle.type = 'text/css'; globalstyle.href = http://stackoverflow.com/questions/15455154/GM_getResourcesURL("lCss"); document.getElementsByTagName('head')[0].appendChild(globalstyle);\[/code\]But when I'm [re]installing it, get an error\[quote\] Error downloading URL : http://userscripts.org/scripts/source/customCss.css\[/quote\]Why its trying connect to userscripts anyway?I just want use local CSS.Edit1 : Also tried to edit config.xml. That doesn't work either.