KissAnime Anti-Adblock Blocker

Not even the people from Easylist seem to fight this site anymore, someone had to try as this looks popular enough. *sigh*

< Rückmeldungen aufKissAnime Anti-Adblock Blocker

Rezension: OK - Skript funktioniert, hat aber Fehler

§
Veröffentlicht: 06.05.2019
Bearbeitet: 07.05.2019

Script won't show video on KissAsian.sh

site KissAsian.sh:

When your script finishes, video frame is hidden. Originally is video shown using the following commands:

  $('#my_video_1, #my_video_1_html5_api').css('display', 'block');
  if (myPlayer != null) myPlayer.play();

If you add those 2 lines to your script, it seems to work. if you dont like $(...) you can use:

  if (document.querySelector('#my_video_1[style]') !== null) {document.querySelector('#my_video_1[style]').style.display = 'block'};
  if (document.querySelector('#my_video_1_html5_api[style]') !== null) {document.querySelector('#my_video_1_html5_api[style]').style.display = 'block'};

Also one of the ad blocks is still shown. You can remove height restriction from iframe[src*='mgi'][height='215'], or add also line with height='500'.

§
Veröffentlicht: 08.05.2019

On KissAnime.ru is still shown ad in the center of video frame. In order to get rid of it, I have added to the list line div[style*='grid'][style*='300px'],.

Antwort schreiben

Anmelden um eine Antwort zu senden.