Don't support 'review' pages on userstyles.org for now
This commit is contained in:
parent
7368ca00c1
commit
57d529d309
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ addons_notify_load_status_cb (MidoriBrowser* browser,
|
||||||
gchar* subpage = split_uri[4];
|
gchar* subpage = split_uri[4];
|
||||||
|
|
||||||
/* userscripts.org script main (with desc) and "source view" pages */
|
/* userscripts.org script main (with desc) and "source view" pages */
|
||||||
if (!g_strcmp0 (subpage, "show") || !g_strcmp0 (subpage, "review"))
|
if (!g_strcmp0 (subpage, "show") /* || !g_strcmp0 (subpage, "review") */)
|
||||||
addons_uri_install (browser, MIDORI_VIEW (view), ADDONS_USER_SCRIPTS);
|
addons_uri_install (browser, MIDORI_VIEW (view), ADDONS_USER_SCRIPTS);
|
||||||
|
|
||||||
g_strfreev (split_uri);
|
g_strfreev (split_uri);
|
||||||
|
|
Loading…
Reference in a new issue