Results 1 to 3 of 3

Thread: Scripts Not Working

  1. #1
    Peanutface's Avatar
    Joined
    Sep 2015
    Posts
    1,444
    Userbars
    76
    Thanks
    713
    Thanked
    2,522/836
    DL/UL
    85/0
    Mentioned
    198 times
    Time Online
    95d 2h 9m
    Avg. Time Online
    43m

    Scripts Not Working

    Many of the neopets scripts that I use are not working now. I have rebooted twice. Is this happening to anyone else? Any advice for me???


    Cashew
    Hatched: 11-14-2020

    Thank you (you need an account to see links) for the adoptables!

  2. #2
    Ice's Avatar
    Joined
    Aug 2012
    Posts
    2,859
    Pronouns
    She/Her
    Userbars
    100
    Thanks
    11,579
    Thanked
    9,233/2,711
    DL/UL
    21/0
    Mentioned
    945 times
    Time Online
    116d 17h 43m
    Avg. Time Online
    39m
    Hey Judy! Have you checked the original listing/page of the scripts you're using to see if there is an updated version to download?

    Otherwise, most of your issues might be because of Neopets switch to https. A quick fix you can do your self is adding an inclusion line for https URLs as well, for example:

    Code:
    // @match        http://www.neopets.com/*
    // @match        https://www.neopets.com/*

  3. The Following 3 Users Say Thank You to Ice For This Useful Post:

    j03 (10-05-2021),Maelstra (10-05-2021),Zapdos (10-05-2021)

  4. #3
    Peanutface's Avatar
    Joined
    Sep 2015
    Posts
    1,444
    Userbars
    76
    Thanks
    713
    Thanked
    2,522/836
    DL/UL
    85/0
    Mentioned
    198 times
    Time Online
    95d 2h 9m
    Avg. Time Online
    43m
    Quote Originally Posted by Ice View Post
    Hey Judy! Have you checked the original listing/page of the scripts you're using to see if there is an updated version to download?

    Otherwise, most of your issues might be because of Neopets switch to https. A quick fix you can do your self is adding an inclusion line for https URLs as well, for example:

    Code:
    // @match        http://www.neopets.com/*
    // @match        https://www.neopets.com/*
    Thanks so much, I will give it a try


    Cashew
    Hatched: 11-14-2020

    Thank you (you need an account to see links) for the adoptables!

  5. The Following User Says Thank You to Peanutface For This Useful Post:

    Ice (10-05-2021)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •