Automatically redirect to the ALL Steps page on Instructables, if not already there.
< 脚本Instructables AllSteps Single Page View的反馈
Same here !
Hey guys, sorry for not getting back to you sooner. I fixed it to work while still having the match statement. For whatever reason it needed to be
// @match http*://*.instructables.com/id/*
Anyway, sorry for any trouble this caused you.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Wasn't working until I changed line 7 & 8 to include instead of match
as I said it wasn't going to the allsteps page until I changed line 7 from @match to @include. Here are lines 7 & 8:
// @include http://*instructables.com/id/*
// @include https://*instructables.com/id/*
That seemed to work.