Please refer to this blogpost to get an overview.
Replace *-INSTANCE
with one of the public instances listed in the scrapers section. Replace CAPITALIZED
words with their corresponding identifiers on the website.
{ | |
"createdBy": "Redirector v3.5.3", | |
"createdAt": "2023-05-24T14:38:35.748Z", | |
"redirects": [ | |
{ | |
"description": "Wikipedia -> Wikiless", | |
"exampleUrl": "https://en.wikipedia.org/wiki/XYZ", | |
"exampleResult": "https://farside.link/wikiless/wiki/XYZ", | |
"error": null, | |
"includePattern": "*wikipedia.org/*", |
Please refer to this blogpost to get an overview.
Replace *-INSTANCE
with one of the public instances listed in the scrapers section. Replace CAPITALIZED
words with their corresponding identifiers on the website.
Shader "Transparent/Transmission" | |
{ | |
Properties | |
{ | |
_Color ("Main Color", Color) = (1,1,1,1) | |
_MainTex ("Base (RGB) Trans (A)", 2D) = "white" {} | |
_TransparencyLM("Transmission", 2D) = "white" {} | |
} | |
SubShader |