Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name New script - bmwpower.lv
- // @namespace Violentmonkey Scripts
- // @include http*://www.bmwpower.lv/index.php
- // @include http://www.bmwpower.lv/
- // @grant none
- // @version 1.0
- // @author -
- // @description 7/4/2020, 12:18:50 PM
- // ==/UserScript==
- [
- 28994, //spams
- 29055, //raustītāji
- 27747, //shiirs&co
- 29499, //Kaspiča topiks
- 32390 //antivaxxx qanon cirvji
- ].map(function (topic_id) {
- document.head.appendChild(document.createElement("style")).innerHTML= "tr.topic_row_"+topic_id+" { display: none; }";
- });
Advertisement
Add Comment
Please, Sign In to add comment