Skip to content

Instantly share code, notes, and snippets.

View ferothefox's full-sized avatar

Evan Song ferothefox

View GitHub Profile
@ferothefox
ferothefox / manifest.json
Created April 26, 2021 15:03
Firefox Solid Black theme with blue tab highlight - Compatible with Firefox 90/Proton
{
"manifest_version": 2,
"version": "1.0",
"name": "Just Black",
"theme": {
"images": {},
"properties": {},
"colors": {
"toolbar": "rgb(0, 0, 0)",
"toolbar_text": "rgb(255, 255, 255)",
for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
if v:IsA("Model") then
Player = game.Players.LocalPlayer
local flying = false
local flyenabled = false
local deb = true
local ctrl = {f = 0, b = 0, l = 0, r = 0}
local lastctrl = {f = 0, b = 0, l = 0, r = 0}
local maxspeed = 200