QupZilla / qupzilla-plugins

Plugins for QupZilla browser
http://www.qupzilla.com
34 stars 22 forks source link

only one greasemonkey script works #57

Open akhilman opened 8 years ago

akhilman commented 8 years ago

I have multiple user styles installed as greasemonkey scripts but only one of them actualy works. H had to combine all of them to single userscript to make them all work.

nowrep commented 8 years ago

Can you please elaborate? Which user scripts were you trying?

akhilman commented 8 years ago

This is all files from my ~/.config/qupzilla/profiles/default/extensions/greasemonkey directory

all.user.js combines all other scripts. neo.user.js - dark style for vk.com free-input-areas-from-os-styles.user.js makes input area white on dark darksearch-for-google.user.js - dark style for google.com

Only one of this scripts works without all.user.js hack.

greasemonkey.zip

nowrep commented 8 years ago

What if you add

// @include     * 

to the individual scripts (to metadata block)?

akhilman commented 8 years ago

only last one works, neo.user.js. All other not works.

akhilman commented 8 years ago

actually "@include *" works. Closing bog.

nowrep commented 8 years ago

It's still a bug, I'll reopen it. Thanks for reporting.

akhilman commented 8 years ago

One more observation.

Qupzilla applies only one userscript per domain. For example if  I have two scripts one with @include https://www.google .com/ and another with @include https://.google.com/bookmarks then only one of this scripts will work on www.google.com/bookmarks.