asterisk is, but "?" is not a special char in "include" masks. it should match literally, so matching fails.DjogaRo wrote:Since my include mask spells "www.youtube.com/?*" I thought the asterisk would cover everything url-valid character. Plus I always started out on page "https://www.youtube.com/".
as your script is executing at "document-start", there's nothing page can do to stop it — no page content is loaded yet. ;-) so you should see your test message if script is really loaded.DjogaRo wrote:So there is no case, that maybe the script works fine on google, but causes something like an exception on youtube retroactively undoing the console.log()?
also, you can turn on GS debug logs (both debug and cache debug), then GS will report in Error Console which scripts were applied for the page.


