Unblock Facebook includes Facebook Analytics, and Facebook for Developers.
/etc/hosts
c:\Windows\System32\Drivers\etc\hosts
| ## Unblock Facebook, Instagram, Whatsapp | |
| ## Original source https://linktr.ee/illvart | |
| 179.60.192.36 facebook.com | |
| 157.240.2.35 facebook.com | |
| 179.60.192.36 www.facebook.com | |
| 157.240.2.35 www.facebook.com | |
| 179.60.192.36 fb.com | |
| 157.240.20.35 fb.com | |
| 157.240.194.18 mbasic.facebook.com |
| <script type="application/ld+json"> | |
| {% minifyJson %} | |
| { | |
| "@context": "https://schema.org", | |
| "@type": "WebSite", | |
| "url": "{{ metadata.url }}", | |
| "potentialAction": { | |
| "@type": "SearchAction", | |
| "target": "{{ metadata.url }}/search?q={search_term_string}", | |
| "query-input": "required name=search_term_string" |
| {% if permalink == "/" %} | |
| {% set canonicalUrl = metadata.canonicalUrl %} | |
| {% else %} | |
| {% set canonicalUrl = metadata.canonicalUrl + page.url %} | |
| {% endif %} | |
| <link rel="canonical" href="{{ canonicalUrl }}"> | |
| {# Social meta #} | |
| {% if section == "articles" %} | |
| <meta property="og:type" content="blog"> | |
| {% else %} |
| <div id="base-scripts" data-scripts='[ | |
| { | |
| "url": "/static/main.mjs", | |
| "options": { | |
| "async": false, | |
| "defer": false, | |
| "type": "module" | |
| "nomodule": false | |
| } | |
| }, |
| var json1 = '{"enable": true, "emotion": ":)"}'; | |
| var json2 = '{"enable": "false", "emotion": ":)"}'; | |
| var obj1 = JSON.parse(json1); | |
| var obj2 = JSON.parse(json2); | |
| console.log(obj1.enable); | |
| console.log(obj1.emotion); | |
| console.log(obj2.enable); |
People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
| ___ ___ ___ ___ ___ ___ | |
| ___ /\__\ /\__\ /\__\ /\ \ /\ \ /\ \ | |
| /\ \ /:/ / /:/ / /:/ / /::\ \ /::\ \ \:\ \ | |
| \:\ \ /:/ / /:/ / /:/ / /:/\:\ \ /:/\:\ \ \:\ \ | |
| /::\__\ /:/ / /:/ / /:/__/ ___ /::\~\:\ \ /::\~\:\ \ /::\ \ | |
| __/:/\/__/ /:/__/ /:/__/ |:| | /\__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/\:\__\ | |
| /\/:/ / \:\ \ \:\ \ |:| |/:/ / \/__\:\/:/ / \/_|::\/:/ / /:/ \/__/ | |
| \::/__/ \:\ \ \:\ \ |:|__/:/ / \::/ / |:|::/ / /:/ / | |
| \:\__\ \:\ \ \:\ \ \::::/__/ /:/ / |:|\/__/ \/__/ |
| // | |
| // SVG β hasClass, addClass, removeClass, toggleClass | |
| // Source: | |
| // https://gist.github.com/branneman/8436956 | |
| // Taken and adapted from: | |
| // http://toddmotto.com/hacking-svg-traversing-with-ease-addclass-removeclass-toggleclass-functions/ | |
| // | |
| if (SVGElement && SVGElement.prototype) { |