ddn2003

Members
  • Posts

    58
  • Joined

  • Last visited

1 Follower

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ddn2003's Achievements

Freshman

Freshman (1/10)

15

Reputation

  1. I want to add custom subscriptions in the Filter Lists tab
  2. I have found some Adblock Plus lists I wish to use. How can I add them in? I don't see a place to enter custom lists.
  3. Thanks for the quick reply. I think that is a little above my head. Thanks for the tip nonetheless! Maybe this would be a good feature request?
  4. How can I block an embedded javascript on a page. function getQueryVariable(variable) { var query = window.location.search.substring(1); var vars = query.split("&"); for (var i=0;i var pair = vars.split("="); if(pair == variable){return pair;} } return(false); } var affid = getQueryVariable("affid"); var clickid = getQueryVariable("clickid"); var subid = getQueryVariable("subid"); var bannerid = "0"; The alert line changes every time the page loads.