屏蔽搜狐新闻广告

搜狐新闻屏蔽广告

// ==UserScript==
// @name         屏蔽搜狐新闻广告
// @namespace    sohu_news_ad
// @author       lingmoumou
// @description  搜狐新闻屏蔽广告
// @match        *://www.sohu.com/*
// @require      https://cdn.bootcss.com/jquery/1.8.3/jquery.min.js
// @version      0.0.0.1
// ==/UserScript==
(function(){
  "use strict";
  /* Start of your code */
  function greetMe(yourName) {
    alert('Hello ' + yourName);
  }
  
  greetMe('World');
  /* End of your code */
})();