Remove sponsored content from Pocket

Surprisingly, it removes sponsored content from Pocket.

目前為 2016-11-25 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Remove sponsored content from Pocket
// @namespace    https://zblesk.net/blog
// @version      0.91
// @description  Surprisingly, it removes sponsored content from Pocket.
// @author       zblesk
// @match        https://getpocket.com/a/queue/
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    console.log('Removing all ' + $(".spoc").length + ' items with the "spoc" class.');
    $(".spoc").hide();
})();

QingJ © 2025

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