This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Shader "Custom/Fisheye" { | |
Properties { | |
_MainTex ("MainTex", 2D) = "white" {} | |
// _UVMap ("UVMap", 2D) = "black" {} | |
_Gamma ("Gamma", float) = 0.45 | |
} | |
SubShader { | |
Tags { "QUEUE"="Transparent" "IGNOREPROJECTOR"="true" "RenderType"="Transparent" "PreviewType"="Plane" } | |
Pass { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Shader "Custom/Fisheye" { | |
Properties { | |
_MainTex ("MainTex", 2D) = "white" {} | |
// _UVMap ("UVMap", 2D) = "black" {} | |
_Gamma ("Gamma", float) = 0.45 | |
} | |
SubShader { | |
Tags { "QUEUE"="Transparent" "IGNOREPROJECTOR"="true" "RenderType"="Transparent" "PreviewType"="Plane" } | |
Pass { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name FBUnseen | |
// @description blocks seen and typing indicator on facebook! | |
// @author Filip | |
// @match https://www.facebook.com/* | |
// @match https://www.messenger.com/* | |
// @grant none | |
// ==/UserScript== | |
(function() { | |
'use strict'; |