VNDB Cover Preview

Previews covers in vndb.org searches when hovering over the respective hyperlinks.

< Feedback on VNDB Cover Preview

Question/comment

§
Posted: 2017-04-20
Edited: 2017-04-22

Fixed my problem with the host @include not working =D

Hi

I got the script to work, with no problems at all, even with the main host url as an @include. Here is my @includes, which now works perfectly.:

// @include     https://vndb.org*
// @include     https://vndb.org/v*
// @include     https://vndb.org/g*
// @include     https://vndb.org/p*
// @include     https://vndb.org/u*
// @include     https://vndb.org/s*
// @include     https://vndb.org/r*
// @include     https://vndb.org/c*
// @include     https://vndb.org/t*

Here is the current @includes from your script.:

// @include     https://vndb.org/
// @include     https://vndb.org/v/*
// @include     https://vndb.org/g*
// @include     https://vndb.org/p*
// @include     https://vndb.org/u*
// @include     https://vndb.org/s*

I don't quite know why, but that backslash in your code for the " // @include https://vndb.org/ ", is apparently what my system has a problem with, with that removed, it works without a hitch. Well, when visiting VNDB, the main page isn't with the backslash anyways, so it shouldn't be needed anyways. image


I actually just removed all the other @includes, now that I got the main @include to work, seeing as they are now redundant, so you may disregard my other thread :) My @include list is now much shorter (Being only one line), and it works across the entire site :) // @include https://vndb.org*

Kuro_scriptsAuthor
§
Posted: 2017-04-21

Ho, interesting. Well, if it works for you then great. :p

Post reply

Sign in to post a reply.