Qidian AdBlock

Discussion in 'Tech Discussion' started by noisypixy, Aug 1, 2017.

  1. otoshi-god

    otoshi-god "Alive";[False Illusionist]

    Joined:
    Jul 5, 2016
    Messages:
    431
    Likes Received:
    344
    Reading List:
    Link
  2. devilmaycry1

    devilmaycry1 Well-Known Member

    Joined:
    Dec 6, 2015
    Messages:
    395
    Likes Received:
    242
    Reading List:
    Link
    What did you also modify

    I changed the @match to the mobile site and nothing happened.

    Though the desktop site did work
     
  3. otoshi-god

    otoshi-god "Alive";[False Illusionist]

    Joined:
    Jul 5, 2016
    Messages:
    431
    Likes Received:
    344
    Reading List:
    Link
    well, there is a problem now... at first, it worked but now no....
     
  4. AliceShiki

    AliceShiki 『Ms. Tree』『Magical Girl of Love and Justice』

    Joined:
    Apr 27, 2016
    Messages:
    24,647
    Likes Received:
    98,364
    Reading List:
    Link
    Uhn... >.>
    You should read the threads before posting... >.>

    In any case, it was picked up by @Nazgand , you can get an updated version here: http://forum.novelupdates.com/threads/qidian-adwall-defeater.47047/
     
    aracgnidus likes this.
  5. Auranyte

    Auranyte Well-Known Member

    Joined:
    Oct 22, 2015
    Messages:
    87
    Likes Received:
    96
    Reading List:
    Link
    Wait it stopped working for people? I just tried it out and it works fine for me.
     
  6. Jeebus

    Jeebus Well-Known Member

    Joined:
    Jun 20, 2017
    Messages:
    904
    Likes Received:
    780
    Reading List:
    Link
    Took about 10 seconds to put this together. Skips the interstitial and saves you 5 seconds.
    Code:
    // ==UserScript==
    // @name         webnovel.com interstitial skip
    // @namespace    http://forum.novelupdates.com/
    // @version      1
    // @run-at       document-end
    // @match        https://www.webnovel.com/rssbook/*
    // @match        http://www.webnovel.com/rssbook/*
    // @match        https://webnovel.com/rssbook/*
    // @match        http://webnovel.com/rssbook/*
    // ==/UserScript==
    
    function main() {
      var link = g_data.url;
    
      window.location.replace(link);
    }
    
    main();
    
     
    Last edited: Sep 14, 2017
  7. Wujigege

    Wujigege *Christian*SIMP*Comedian

    Joined:
    Oct 6, 2016
    Messages:
    16,265
    Likes Received:
    15,755
    Reading List:
    Link
    What about spirit stones, can't you use them to skip ads?
     
  8. AliceShiki

    AliceShiki 『Ms. Tree』『Magical Girl of Love and Justice』

    Joined:
    Apr 27, 2016
    Messages:
    24,647
    Likes Received:
    98,364
    Reading List:
    Link
    You can, this was made before the spirit stones were a thing.

    Well, the OP made this mainly because he felt like it, because he saw that the adwall from Qidian was a joke.

    It's not really necessary in general...
     
  9. yosiams

    yosiams Active Member

    Joined:
    Apr 30, 2016
    Messages:
    5
    Likes Received:
    1
    Reading List:
    Link
    the script didn't work in chrome via violentmonkey? does anyone know how to properly install the script?
     
  10. mrttao

    mrttao Well-Known Member

    Joined:
    Aug 23, 2016
    Messages:
    2,722
    Likes Received:
    1,587
    Reading List:
    Link
    use violet monkey, on chrome.
    Yes I know that is what you did. I have no idea what you are doing wrong. or maybe if they changed their site to not be affected anymore?

    if you press f12 do you see any errors in the script? does violet monkey show that 1 script is running on the site you are on?
    did you refresh the page after installing the script?
     
  11. Wujigege

    Wujigege *Christian*SIMP*Comedian

    Joined:
    Oct 6, 2016
    Messages:
    16,265
    Likes Received:
    15,755
    Reading List:
    Link
    Waiting 30 seconds or 50 seconds to skip the ads is better than waiting 12 hours for a reply here lol
     
  12. yosiams

    yosiams Active Member

    Joined:
    Apr 30, 2016
    Messages:
    5
    Likes Received:
    1
    Reading List:
    Link
    no prob in reading since i were using tablet with v1.4 QI, ads would not come out. I just wanted to try those script on my lappie.
     
  13. Jeebus

    Jeebus Well-Known Member

    Joined:
    Jun 20, 2017
    Messages:
    904
    Likes Received:
    780
    Reading List:
    Link
    You'll need to provide information if you want help troubleshooting. Did you try using the script in Tampermonkey if violentmonkey didn't work? Are you getting any errors in your console? What browser and version are you using? What version of violentmonkey are you using? Is the script doing nothing or is it doing something but not working as expected?

    All you should need to do is copy the code in the OP and paste it into the extension as a new user script.

    Edit:
    Also, the script works fine for me, so the issue is on your end.
     
    Last edited: Sep 22, 2017
  14. AliceShiki

    AliceShiki 『Ms. Tree』『Magical Girl of Love and Justice』

    Joined:
    Apr 27, 2016
    Messages:
    24,647
    Likes Received:
    98,364
    Reading List:
    Link
    Well, Noisypixy never planned to keep on updating it anyway, so... I guess you could try the one that is on Tutorial and Resources? It should also work.
     
  15. yosiams

    yosiams Active Member

    Joined:
    Apr 30, 2016
    Messages:
    5
    Likes Received:
    1
    Reading List:
    Link
    Yes mrttao and Jeebus, the script is perfectly fine. Just found the problem, it's on violent monkey's Run-At. Just changed default to document-end and viola. Thanks noisypixy!!
     
  16. AliceShiki

    AliceShiki 『Ms. Tree』『Magical Girl of Love and Justice』

    Joined:
    Apr 27, 2016
    Messages:
    24,647
    Likes Received:
    98,364
    Reading List:
    Link
    @mrttao @Jeebus


    You should tag them if you want them to see it... >.>
     
  17. NoAnimeNoLife

    NoAnimeNoLife Active Member

    Joined:
    Dec 31, 2016
    Messages:
    4
    Likes Received:
    1
    Reading List:
    Link
    It seems that qidian just updated something because it suddenly stopped working. Anyone know the reason why?
     
  18. Jeebus

    Jeebus Well-Known Member

    Joined:
    Jun 20, 2017
    Messages:
    904
    Likes Received:
    780
    Reading List:
    Link
    Just checked on Chrome on my desktop. It still works. Problem is on your end.
     
  19. bob3002

    bob3002 Well-Known Member

    Joined:
    May 20, 2016
    Messages:
    962
    Likes Received:
    664
    Reading List:
    Link
    Oddly enough it stopped working for me on Chrome. But switching from ViolentMonkey to TamperMonkey made it work again. So maybe ViolentMonkey got broken somehow?
     
  20. mrttao

    mrttao Well-Known Member

    Joined:
    Aug 23, 2016
    Messages:
    2,722
    Likes Received:
    1,587
    Reading List:
    Link
    It works for me on violentmonkey.

    Maybe chrome god updated and broke it (I am using chromium, no auto update for me). Maybe the act of installing tampermonkey was important rather than which program it was... that is, try uninstalling and reinstalling violentmonkey, then this script and see if it works then. As a chrome update might have broken the extension