Giter Club home page Giter Club logo

Comments (1)

yous avatar yous commented on June 12, 2024 1

Thanks for the report. The advertisement won't be shown on Safari, but I can see it on Chrome. There is a <script> in the first <section> under

article#viewReviewsList > div.section_wrap > div.section_body > div.section_group

This is a starting part of the script:

_PrismADP = new PrismADP(); //PrismADP 생성자 호출 

function Prism_PlayerSetting(){
  var type = 'display_inRead';
  var url = 'https://prism.pandora.tv/jobplanet_PC/sub_top/displayinread/';
  var channel = '';
  var category = '';
  var IP = '';
  var country = '';
  var clientBrowser = '';
  var ran = '1679';
  var ad_options = {
    adType: 'display_inRead',  //preroll,  native, list_native, display_inRead
    adWidth:$("#prism_displayAD").width(), 
    muted:true, //true : 사운드OFF, false:사운드ON / displayVideo상품은 true가 디폴트 
    RolloverControll :true, //사운드 마운스 컨트롤 / displayVideo상품은 true가 디폴트 
    isAutoPlay:true, 
    autoSkipOnpause:false, //모바일 환경에서 onPause 이벤트발생시 자동으로 스킵 할지의 여부 설정 / displayVideo일경우 무조건 **false** (true : 자동스킵, false : 일시정지)
    isAdFinishShowPoster:false,
    adTag: url + '?filetype=xml&channel='+channel+'&category='+category+'&IP='+IP+'&country='+country+'&browser='+clientBrowser 
  };

  if (ad_options) {
    _PrismADP.adPlayer('prismADP').setup(ad_options); 
    jQuery("#mainPlayer").height($("#prism_displayAD").width()*9/16);
  }
}

So I think we should block adTag.

https://prism.pandora.tv/jobplanet_PC/sub_top/displayinread/

But the URL seems to be specific to jobplanet site, so we may block the entire prism.pandora.tv. Also, as you mentioned, cdnprisms.pandora.tv/_adv_img/prism_ad/ will be blocked. #prism_displayAD and its container will be blocked, too.

from youslist.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.