Advertisement
Guest User

Untitled

a guest
Feb 7th, 2017
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.29 KB | None | 0 0
  1. // ==UserScript==
  2. // @name        autofans
  3. // @include     http://www.autofans.be/*
  4. // @require     http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js
  5. // @grant       GM_addStyle
  6. // ==/UserScript==
  7. $("div[itemprop='comment']").show().has ("span.author:contains('Allus')").hide ();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement