𝙈𝙚𝙩𝙖-𝙍𝙚𝙛𝙧𝙚𝙨𝙝-𝙆𝙞𝙡𝙡𝙚𝙧 helps you by:
⏰︎ Preventing the page from self-refresh.
↬︎ Preventing the page from being redirected.
🙆︎ Keeping 𝙮𝙤𝙪 in control.
✿︎ ❀︎ ❁︎ ✿︎ ❀︎ ❁︎ ✿︎ ❀︎ ❁︎
👔︎ Pro Tip ⧣𝟭:
Have JavaScript disabled globally? Good! it will keep you safe!
This is how some web-developers will try to force you to enable it again for their websites:
<noscript> <meta http-equiv='REFRESH' content='0;URL=...' </noscript>
But now you don't have to! 𝙈𝙚𝙩𝙖-𝙍𝙚𝙛𝙧𝙚𝙨𝙝-𝙆𝙞𝙡𝙡𝙚𝙧 will allow you to view any page without getting redirected.
✿︎ ❀︎ ❁︎ ✿︎ ❀︎ ❁︎ ✿︎ ❀︎ ❁︎
⧣𝟮 uninstall AdBlock/AdBlock Plus install 𝙪𝘽𝙡𝙤𝙘𝙠 𝙊𝙧𝙞𝙜𝙞𝙣. AdBlock had sold-out.
✿︎ ❀︎ ❁︎ ✿︎ ❀︎ ❁︎ ✿︎ ❀︎ ❁︎
⧣𝟯 install 𝙍𝙚𝙢𝙤𝙫𝙚-𝙍𝙚𝙙𝙞𝙧𝙚𝙘𝙩𝙨 it keeps you from clicking on redirect-links.
chrome.google.com/webstore/detail/bckcmceomgfhebkfbogignipjenidnmp
✿︎ ❀︎ ❁︎ ✿︎ ❀︎ ❁︎ ✿︎ ❀︎ ❁︎
⧣𝟰 Disable JavaScript and cookies globally (chrome://settings/content)
You can later enable them just for few safe websites.
You can safely enable JS&cookies for Google, YouTube and Facebook, by adding those entries: [.]google.com [.]youtube.com [*.]facebook.com to: (chrome://settings/contentExceptions#cookies) (chrome://settings/contentExceptions#javascript)
You easily enable new websites in-case needed using the new icons for disabled JS/cookies on the your address-bar.
✿︎ ❀︎ ❁︎ ✿︎ ❀︎ ❁︎ ✿︎ ❀︎ ❁︎
𝙈𝙚𝙩𝙖-𝙍𝙚𝙛𝙧𝙚𝙨𝙝-𝙆𝙞𝙡𝙡𝙚𝙧 runs 100% offline, does not uses online-services, include no ads, no tracking, completely free and open-source: github.com/eladkarako/Chrome-Extension-Meta-Refresh-Killer
Developer's HUB / Changelog 3.1.1.8 * improving clean-up of the current DOM, unloading as much objects from the global-scope as possible, before loading the "no-redirects" modified HTML, this helps to prevent double objects, when loading SCRIPT elements again... :] 3.1.1.5 + added support for Chrome's idle state. - reduce package size. - limit re-discovery to once per-page life-cycle state-change (load/ready). 3.1.1.4 * meta data update. 3.1.1.3 * code-refactor to use DOM-structure (OO) instead of text-based modifications. + fix badly written web-pages that loads http: resources into https: pages (mix-content fix) to avoid warnings. * optimized engine's performances. 3.0.9.2 * apply action to main and all of the sub-frames (if any). 3.0.9.1 + adding some more break-point for invalid frames. 3.0.8.1 * engine update. 3.0.7.1 + badge info total of meta-refresh tags removed (usually just one..) * engine update: were no meta refresh tags? do nothing. 3.0.6.1 * engine update: minimize stream write usage. 3.0.5.2 + initial.