Skip to content

Instantly share code, notes, and snippets.

View worldfellow's full-sized avatar
🎯
Focusing

edulab worldfellow

🎯
Focusing
View GitHub Profile
@worldfellow
worldfellow / PhisherCXX-repo.json
Created May 6, 2026 12:51
PhisherCXX CloudStream NSFW repo manifest
{
"name": "PhisherCXX",
"description": "Phisher NSFW Cloudstream Extensions",
"manifestVersion": 1,
"pluginLists": [
"https://raw.githubusercontent.com/phisher98/CXXX/builds/plugins.json"
]
}

Cheat codes

We thought we could add one or two cheat codes on our site, to make it spin etc. Also made it as a little celebration of my brand new PRO account!

A Pen by Ben Johnston on CodePen.

License.

In order to migerate greenlight from one server to another please follow these steps :
1) Perform a rsync with old server to new server using this command rsync -Havu --progress root@oldserver:/root/greenlight/ /root/greenlight
2) copy the .env to newly rsynced greenlight
3) execute ./sdbi.sh or
#/bin/bash
docker-compose down
./scripts/image_build.sh sdbi release-v2
docker-compose up -d
# Example 1 - Unit test implementation using Selenium + Opera Webdriver
# Opera 57.0 download link - https://www.softexia.com/windows/web-browsers/opera-57
import unittest
from selenium import webdriver
import time
from time import sleep
# Importing options for the Opera module
from selenium.webdriver.opera.options import Options
123