v7 and add copyright notice
This commit is contained in:
parent
dae8caac50
commit
b9398fdfc2
20 changed files with 369 additions and 318 deletions
4
app.json
4
app.json
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Nebula",
|
"name": "NebulaWEB",
|
||||||
"description": "Nebula is one of the biggest web proxies to date, with supports several hundred sites, it's stunning and clean with constant updates. We also feature our NoGG technique which prevents legalized spyware from accessing or viewing your private online history. Right now, we use the UltraViolet by TitaniumNetwork, but this coming June, we impliment our very first complete proxy: AERO",
|
"description": "Explore the web. Freely. ",
|
||||||
"repository": "https://github.com/NebulaServices/Nebula",
|
"repository": "https://github.com/NebulaServices/Nebula",
|
||||||
"logo": "https://avatars.githubusercontent.com/u/86420004?v=4",
|
"logo": "https://avatars.githubusercontent.com/u/86420004?v=4",
|
||||||
"keywords": ["educational", "science", "math"]
|
"keywords": ["educational", "science", "math"]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
apps : [{
|
apps: [{
|
||||||
name : "Site",
|
name: "Site",
|
||||||
script : "proxysocks node app.js"
|
script: "proxysocks node app.js"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
13
package-lock.json
generated
13
package-lock.json
generated
|
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "Nebula ",
|
"name": "nebulaweb",
|
||||||
"version": "5.1.5",
|
"version": "7.0.4",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "Nebula ",
|
"name": "nebulaweb",
|
||||||
"version": "5.1.5",
|
"version": "7.0.4",
|
||||||
"license": "ISC",
|
"license": "Copyright Nebula Services. All Rights Reserved.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bare-server-node": "github:tomphttp/bare-server-node",
|
"bare-server-node": "github:tomphttp/bare-server-node",
|
||||||
"node-static": "^0.7.11"
|
"node-static": "^0.7.11"
|
||||||
|
|
@ -43,8 +43,7 @@
|
||||||
"version": "3.0.1",
|
"version": "3.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/fetch-headers/-/fetch-headers-3.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/fetch-headers/-/fetch-headers-3.0.1.tgz",
|
||||||
"integrity": "sha512-Kq+NyED/wLgT29St7aW47gAWg8EmmE5QmhwQ5RmPRULYLqpglA7Kc/ZnbqXu2vhH6mw1koikew2g94WiHLPmpA==",
|
"integrity": "sha512-Kq+NyED/wLgT29St7aW47gAWg8EmmE5QmhwQ5RmPRULYLqpglA7Kc/ZnbqXu2vhH6mw1koikew2g94WiHLPmpA==",
|
||||||
"funding": [
|
"funding": [{
|
||||||
{
|
|
||||||
"type": "github",
|
"type": "github",
|
||||||
"url": "https://github.com/sponsors/jimmywarting"
|
"url": "https://github.com/sponsors/jimmywarting"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
10
package.json
10
package.json
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "Nebula ",
|
"name": "nebulaweb",
|
||||||
"version": "5.1.5",
|
"version": "7.0.4",
|
||||||
"description": "Nebula is one of the biggest web proxies to date, with supports several hundred sites, it's stunning and clean with constant updates. We also feature our NoGG technique which prevents legalized spyware from accessing or viewing your private online history. Right now, we use the UltraViolet by TitaniumNetwork, but this coming June, we impliment our very first complete proxy: AERO",
|
"description": "Explore the web. Freely. ",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "appe.js",
|
"main": "app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "test",
|
"test": "test",
|
||||||
"start": "proxysocks node index.js"
|
"start": "proxysocks node index.js"
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
"science"
|
"science"
|
||||||
],
|
],
|
||||||
"author": "Nebula Services",
|
"author": "Nebula Services",
|
||||||
"license": "ISC",
|
"license": "Copyright Nebula Services. All Rights Reserved.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bare-server-node": "github:tomphttp/bare-server-node",
|
"bare-server-node": "github:tomphttp/bare-server-node",
|
||||||
"node-static": "^0.7.11"
|
"node-static": "^0.7.11"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
<!-- Copyright Nebula Services 2021 - Present -->
|
||||||
|
<!-- All Rights Reserved. -->
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
<!-- Copyright Nebula Services 2021 - Present -->
|
||||||
|
<!-- All Rights Reserved. -->
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
(function(a,b){if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(a.substr(0,4)))window.location=b})(navigator.userAgent||navigator.vendor||window.opera,'/mobile');
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright Nebula Services 2021 - Present
|
||||||
|
// All Rights Reserved
|
||||||
|
|
||||||
var option = localStorage.getItem('nogg');
|
var option = localStorage.getItem('nogg');
|
||||||
var nogg = document.getElementById('nogg');
|
var nogg = document.getElementById('nogg');
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
Copyright Nebula Services 2021 - Present
|
||||||
|
All Rights Reserved
|
||||||
|
*/
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--background-primary: #191724;
|
--background-primary: #191724;
|
||||||
--navbar-color: #26233a;
|
--navbar-color: #26233a;
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
Copyright Nebula Services 2021 - Present
|
||||||
|
All Rights Reserved
|
||||||
|
*/
|
||||||
|
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Dongle&family=Roboto:wght@100&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Dongle&family=Roboto:wght@100&display=swap");
|
||||||
:root {
|
:root {
|
||||||
--background-primary: #191724;
|
--background-primary: #191724;
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
Copyright Nebula Services 2021 - Present
|
||||||
|
All Rights Reserved
|
||||||
|
*/
|
||||||
|
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300&display=swap");
|
||||||
:root {
|
:root {
|
||||||
--background-primary: #191724;
|
--background-primary: #191724;
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright Nebula Services 2021 - Present
|
||||||
|
// All Rights Reserved
|
||||||
|
|
||||||
importScripts('./uv/uv.sw.js');
|
importScripts('./uv/uv.sw.js');
|
||||||
|
|
||||||
const sw = new UVServiceWorker();
|
const sw = new UVServiceWorker();
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
<!-- Copyright Nebula Services 2021 - Present -->
|
||||||
|
<!-- All Rights Reserved. -->
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
|
|
||||||
|
|
@ -1 +1,4 @@
|
||||||
(function(a,b){if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(a.substr(0,4)))window.location=b})(navigator.userAgent||navigator.vendor||window.opera,'/mobile');
|
// Copyright Nebula Services 2021 - Present
|
||||||
|
// All Rights Reserved
|
||||||
|
|
||||||
|
(function(a, b) { if (/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(a) || /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(a.substr(0, 4))) window.location = b })(navigator.userAgent || navigator.vendor || window.opera, '/mobile');
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright Nebula Services 2021 - Present
|
||||||
|
// All Rights Reserved
|
||||||
|
|
||||||
var option = localStorage.getItem('nogg');
|
var option = localStorage.getItem('nogg');
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -37,8 +40,8 @@ window.addEventListener('load', () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
// NoGG Engine
|
// NoGG Engine
|
||||||
function stealthEngine(encodedURL){
|
function stealthEngine(encodedURL) {
|
||||||
// The URL must be encoded ^
|
// The URL must be encoded ^
|
||||||
let inFrame
|
let inFrame
|
||||||
|
|
||||||
|
|
@ -74,4 +77,5 @@ function stealthEngine(encodedURL){
|
||||||
doc.body.appendChild(iframe)
|
doc.body.appendChild(iframe)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}});
|
}
|
||||||
|
});
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
|
// Copyright Nebula Services 2021 - Present
|
||||||
|
// All Rights Reserved
|
||||||
|
|
||||||
// Set the option
|
// Set the option
|
||||||
var option = localStorage.getItem('nogg')
|
var option = localStorage.getItem('nogg')
|
||||||
|
|
||||||
function toggleNoGG() {
|
function toggleNoGG() {
|
||||||
if (option === 'on') {
|
if (option === 'on') {
|
||||||
|
|
||||||
|
|
@ -16,7 +19,7 @@ console.log(localStorage.getItem('nogg'))
|
||||||
|
|
||||||
|
|
||||||
// Notification Banner
|
// Notification Banner
|
||||||
function saveIc() {
|
function saveIc() {
|
||||||
console.log("Checked")
|
console.log("Checked")
|
||||||
var notification = `
|
var notification = `
|
||||||
<div class="notification-container" id="notification-container">
|
<div class="notification-container" id="notification-container">
|
||||||
|
|
@ -30,7 +33,7 @@ console.log(localStorage.getItem('nogg'))
|
||||||
var NotificationOBJ = document.getElementById('notif')
|
var NotificationOBJ = document.getElementById('notif')
|
||||||
|
|
||||||
}, 2000);
|
}, 2000);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// Update the CheckBox to match the settings
|
// Update the CheckBox to match the settings
|
||||||
|
|
@ -41,12 +44,8 @@ window.onload = function() {
|
||||||
if (localStorage.getItem('nogg') == 'on') {
|
if (localStorage.getItem('nogg') == 'on') {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
var item = document.getElementById("undefined");
|
var item = document.getElementById("undefined");
|
||||||
document.getElementById("undefined").checked = true;}, 600);
|
document.getElementById("undefined").checked = true;
|
||||||
|
}, 600);
|
||||||
}};
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
Copyright Nebula Services 2021 - Present
|
||||||
|
All Rights Reserved
|
||||||
|
*/
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--background-primary: #191724;
|
--background-primary: #191724;
|
||||||
--navbar-color: #26233a;
|
--navbar-color: #26233a;
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
Copyright Nebula Services 2021 - Present
|
||||||
|
All Rights Reserved
|
||||||
|
*/
|
||||||
|
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Dongle&family=Roboto:wght@100&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Dongle&family=Roboto:wght@100&display=swap");
|
||||||
:root {
|
:root {
|
||||||
--background-primary: #191724;
|
--background-primary: #191724;
|
||||||
|
|
@ -27,7 +32,6 @@ body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
cursor: url("../images/cur.gif"), url("../images/cursor.cur"), default;
|
cursor: url("../images/cur.gif"), url("../images/cursor.cur"), default;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
Copyright Nebula Services 2021 - Present
|
||||||
|
All Rights Reserved
|
||||||
|
*/
|
||||||
|
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300&display=swap");
|
||||||
:root {
|
:root {
|
||||||
--background-primary: #191724;
|
--background-primary: #191724;
|
||||||
|
|
@ -20,6 +25,8 @@
|
||||||
user-select: none;
|
user-select: none;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
body {
|
body {
|
||||||
background-color: var(--background-primary);
|
background-color: var(--background-primary);
|
||||||
|
|
@ -115,10 +122,10 @@ li {
|
||||||
|
|
||||||
.setting-input {
|
.setting-input {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300&display=swap');
|
|
||||||
|
|
||||||
.toogle-button {
|
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300&display=swap');
|
||||||
|
.toogle-button {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 10PX;
|
font-size: 10PX;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
@ -128,10 +135,9 @@ li {
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
position: relative;
|
position: relative;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
.toogle-button::after {
|
||||||
|
|
||||||
.toogle-button::after {
|
|
||||||
content: 'Off';
|
content: 'Off';
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
|
@ -149,13 +155,13 @@ li {
|
||||||
transition: all .5s;
|
transition: all .5s;
|
||||||
transform: 1s ease-in;
|
transform: 1s ease-in;
|
||||||
font-family: 'Mulish', sans-serif;
|
font-family: 'Mulish', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.setting-input:checked + .toogle-button::after {
|
.setting-input:checked+.toogle-button::after {
|
||||||
content: 'On';
|
content: 'On';
|
||||||
background-color: #53b357;
|
background-color: #53b357;
|
||||||
transform: translateX(35px) rotate(360deg);
|
transform: translateX(35px) rotate(360deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
ul li {
|
ul li {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
@ -193,8 +199,8 @@ ul li {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap');
|
|
||||||
|
|
||||||
|
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap');
|
||||||
.notification-container {
|
.notification-container {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 15px;
|
top: 15px;
|
||||||
|
|
@ -207,7 +213,7 @@ ul li {
|
||||||
.notification {
|
.notification {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
|
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding: 15px 20px;
|
padding: 15px 20px;
|
||||||
|
|
@ -261,7 +267,6 @@ ul li {
|
||||||
background-color: #f55145;
|
background-color: #f55145;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@keyframes fade-in {
|
@keyframes fade-in {
|
||||||
0% {
|
0% {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
@ -276,12 +281,14 @@ ul li {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bk-btn {
|
.bk-btn {
|
||||||
height: 52px;
|
height: 52px;
|
||||||
width: 52px;
|
width: 52px;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bk-btn .bk-btn-triangle {
|
.bk-btn .bk-btn-triangle {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 13px;
|
top: 13px;
|
||||||
|
|
@ -292,6 +299,7 @@ ul li {
|
||||||
border-bottom: 13px solid transparent;
|
border-bottom: 13px solid transparent;
|
||||||
border-right: 13px solid white;
|
border-right: 13px solid white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bk-btn .bk-btn-bar {
|
.bk-btn .bk-btn-bar {
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
|
@ -309,7 +317,6 @@ ul li {
|
||||||
border: 2px solid rgb(121 103 221);
|
border: 2px solid rgb(121 103 221);
|
||||||
border-radius: 9px;
|
border-radius: 9px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
|
|
@ -317,7 +324,6 @@ ul li {
|
||||||
font-size: 2vmax;
|
font-size: 2vmax;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: var(--setting-name-font);
|
font-family: var(--setting-name-font);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.description {
|
.description {
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
Copyright Nebula Services 2021 - Present
|
||||||
|
All Rights Reserved
|
||||||
|
*/
|
||||||
|
|
||||||
importScripts('./uv/uv.sw.js');
|
importScripts('./uv/uv.sw.js');
|
||||||
|
|
||||||
const sw = new UVServiceWorker();
|
const sw = new UVServiceWorker();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue