Suggest Me Not

Block ads disguised as content on Facebook.

// ==UserScript==
// @name         Suggest Me Not
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Block ads disguised as content on Facebook.
// @author       Ravenstine
// @match        https://www.facebook.com/*
// @grant        none
// @require      https://code.jquery.com/jquery-2.2.4.min.js
// ==/UserScript==

$('body').on('DOMNodeInserted', "[id^=hyperfeed_story_id_]", function (e) {
  var element = $(e.currentTarget)
  if(element.find("span:contains('Suggested Post')").length){
    element.remove()
  }
})
长期地址
遇到问题?请前往 GitHub 提 Issues,或加Q群1031348184

赞助商

Fishcpy

广告

Rainyun

注册一下就行

Rainyun

一年攒够 12 元