QuiteAFancyEmerald / Holy-Unblocker

Holy Unblocker LTS is a web proxy service that helps you access websites that may be blocked by your network or policy extensions all within your browser with no download or setup. It does this securely and with additional privacy features. This repository is for Holy Unblocker LTS; specifically for the v6.x.x versions. (Star if you fork it!!)⚡
https://holyunblocker.org
GNU Affero General Public License v3.0
529 stars 2.98k forks source link

Help me (not really an issue, lol) #14

Closed xtc-dev closed 3 years ago

xtc-dev commented 3 years ago

Hey Emerald, I want to improve Vented by adding some more features that may be in Holy Unblocker, so if you could help me better understand and implement these, I'd appreciate it.

How do you add a custom tab cloak (like in the options tab) May I implement some of the same games you have, and can you tell me how? I want to implement VMs also

(both my alt and my main discord account have been disabled, so if you can find another way to contact me, that'd be great!)

QuiteAFancyEmerald commented 3 years ago

The particular script in use for the Tab Cloak menu is located at '/assets/js/header.js.' Just make sure you implement the correct id attributes in order for the script to work. Also note that this is cookie based.

I'll list out some of the values of the ids used within the script: "csel" (the entire menu), "titleform" and lastly "iconform." All of which use the $ function.

Regarding the addition of any games you would like implemented from Holy Unblocker, simply cloning the repo and hosting the assets locally should work. Same goes for hosting something like vibeOS. If you are trying to set up an in-browser environment, be sure to look at all of the given documentation provided from the creators.

Apologies for any typos since I am currently just speeding an email for this. :)

On Fri, Jan 29, 2021 at 9:42 AM KiNG VaMP notifications@github.com wrote:

Hey Emerald, I want to improve Vented by adding some more features that may be in Holy Unblocker, so if you could help me better understand and implement these, I'd appreciate it.

How do you add a custom tab cloak (like in the options tab) May I implement some of the same games you have, and can you tell me how? I want to implement VMs also

(both my alt and my main discord account have been disabled, so if you can find another way to contact me, that'd be great!)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/QuiteAFancyEmerald/HolyUnblockerPublic/issues/14, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALCQRJ67NH22PYVKQGQI3O3S4LXQZANCNFSM4WZHI4PA .

xtc-dev commented 3 years ago

Thank you, I will use this!