הוספת HTML לכל דף אינטרנט
-
@מד תשתמש בזה:
// ==UserScript== // @name blacklist // @namespace http://tampermonkey.net/ // @version 2025-01-23 // @description try to take over the world! // @author You // @match http://www.example.com/ // @exclude https://bankpublic.netlify.app/blockpage // @icon https://lh3.googleusercontent.com/a-/ALV-UjX852vYFgOqFsgDOuj_PquowYRXxLc4_Xez4oSB6dELA3TOvfs=s80-p-k-rw-no // @grant none // @run-at document-start // ==/UserScript== (function() { 'use strict'; const block = 'https://bankpublic.netlify.app/blockpage'; if (window.location.href !== block) { document.documentElement.innerHTML = ''; location.replace(block); } })();
הוא מנקה את כל התוכן של הדף לפני שהוא נטען, ומעביר אותך מיידית לכתובת שרצית.
הוספתי גם את התגית:// @exclude
שמחריגה את הכתובת:https://bankpublic.netlify.app/blockpage
כדי שלא תיווצר לולאה אינסופית בדף עצמו. -
@מד כתב בהוספת HTML לכל דף אינטרנט:
ומי יודע אם לא ילכו ג"כ בעקבות גוגל לחסום כל התוספים האלו
הם הצהירו שאין להם תוכנית כזאת
Well what’s happening with MV2 you ask? Great question – in case you missed it, Google announced late last year their plans to resume their MV2 deprecation schedule. Firefox, however, has no plans to deprecate MV2 and will continue to support MV2 extensions for the foreseeable future. And even if we re-evaluate this decision at some point down the road, we anticipate providing a notice of at least 12 months for developers to adjust accordingly and not feel rushed