Remove Communities from Hot [Pikabu]

Удаляет посты из сообществ, попавшие в Горячее.

当前为 2016-06-14 提交的版本,查看 最新版本

// ==UserScript==
// @name         Remove Communities from Hot [Pikabu]
// @version      0.1
// @description  Удаляет посты из сообществ, попавшие в Горячее.
// @author       Neur0toxine
// @license      WTFPL
// @include      *//pikabu.ru/
// @include      *//pikabu.ru/hot
// @grant        none
// @namespace https://gf.qytechs.cn/users/12790
// ==/UserScript==

(function() {
    'use strict';
    function remove_posts_by_communities_tag() {$(document).ajaxComplete(function(){$('a[href^="/community"]').closest('.story').remove();});}
    window.onload = remove_posts_by_communities_tag; remove_posts_by_communities_tag();
})();

QingJ © 2025

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