Advertisement
Guest User

Untitled

a guest
Jun 8th, 2019
559
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Reklamy WP
  3. // @namespace F4z
  4. // @version 0.2
  5. // @description Blokowanie reklam na wp.pl
  6. // @author You
  7. // @match *://*.abczdrowie.pl/*
  8. // @match *://*.allani.pl/*
  9. // @match *://*.autokrata.pl/*
  10. // @match *://*.autokult.pl/*
  11. // @match *://*.biztok.pl/*
  12. // @match *://*.www.dobreprogramy.pl/*
  13. // @match *://*.dzieci.pl/*
  14. // @match *://*.easygo.pl/*
  15. // @match *://*.echirurgia.pl/*
  16. // @match *://*.fotoblogia.pl/*
  17. // @match *://*.gadzetomania.pl/*
  18. // @match *://*.hotmoney.pl/*
  19. // @match *://*.interaktywnie.com/*
  20. // @match *://*.inwestycje.pl/*
  21. // @match *://*.jejswiat.pl/*
  22. // @match *://*.kafeteria.pl/*
  23. // @match *://*.kafeteria.tv/*
  24. // @match *://*.kantory.pl/*
  25. // @match *://*.kazimierzdolny.pl/*
  26. // @match *://*.komediowo.pl/*
  27. // @match *://*.komorkomania.pl/*
  28. // @match *://*.mazury.com/*
  29. // @match *://*.mojeauto.pl/*
  30. // @match *://*.mojeosiedle.pl/*
  31. // @match *://*.nasygnale.pl/*
  32. // @match *://*.niewiarygodne.pl/*
  33. // @match *://*.nocowanie.pl/*
  34. // @match *://*.o2.pl/*
  35. // @match *://*.odkrywcy.pl/*
  36. // @match *://*.open.fm/*
  37. // @match *://*.parenting.pl/*
  38. // @match *://*.pudelek.pl/*
  39. // @match *://*.pudelek.tv/*
  40. // @match *://*.pytamy.pl/*
  41. // @match *://*.sfora.pl/*
  42. // @match *://*.snobka.pl/*
  43. // @match *://*.tlen.pl/*
  44. // @match *://*.totalmoney.pl/*
  45. // @match *://*.wakacje.pl/*
  46. // @match *://*.wawalove.pl/*
  47. // @match *://*.wp.tv/*
  48. // @match *://*.wp.pl/*
  49. // @grant none
  50. // @updateURL https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-adblock-filters/polish_ads_wp.user.js
  51. // @downloadURL https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-adblock-filters/polish_ads_wp.user.js
  52. // ==/UserScript==
  53.  
  54. (function () {
  55. 'use strict';
  56.  
  57. Object.defineProperty(Object.prototype, 'bodies', {
  58. get: function get() {
  59. return function () {};
  60. },
  61. set: function set() {
  62. return function () {};
  63. }
  64. });
  65. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement