Guest User

Untitled

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