block promoted 2

block promoted accounts on twitter

目前为 2016-01-11 提交的版本。查看 最新版本

// ==UserScript==
// @author       Giel
// @name       block promoted 2
// @version    0.2
// @description  block promoted accounts on twitter
// @match      https://*.twitter.com/*
// @match      http://*.twitter.com/*
// @copyright  open source
// @namespace  https://twitter.com
// ==/UserScript==

$('.js-action-profile-promoted').each(function(i, val){
  $(this).click()
  $('.promoted-tweet').focus
  $('.profiletweet-actionbutton').click()
  $('.block-link').click()
  $($('.block-button')[0]).click()
});

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址