This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "$ref": "#/definitions/ConfigObject", | |
| "definitions": { | |
| "ConfigObject": { | |
| "type": "object", | |
| "title": "Xray-core Configuration", | |
| "description": "Root configuration object for Xray.", | |
| "additionalProperties": false, | |
| "properties": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="container-fluid"> | |
| <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12"> | |
| <div class="col-xs-12 col-sm-8 col-md-6 col-lg-5"> | |
| <form class="simple-login card"> | |
| <div class="row"> | |
| <span class="sl-title">Simple Login / Registration</span> | |
| </div> | |
| <div class="row"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="Click-here">Click Here</div> | |
| <div class="custom-model-main"> | |
| <div class="custom-model-inner"> | |
| <div class="close-btn">×</div> | |
| <div class="custom-model-wrap"> | |
| <div class="pop-up-content-wrap"> | |
| Content Here | |
| </div> | |
| </div> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| import requests | |
| import json | |
| import sys | |
| from pprint import pprint | |
| from html_to_json import convert as cnv | |
| from random import randint | |
| from lxml.html.clean import Cleaner | |
| import lxml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #created dEN5#7360 (DISCORD) | |
| #USE https://curl.trillworks.com/ | |
| import requests | |
| import json | |
| from bs4 import BeautifulSoup as bs | |
| type_img_d= { | |
| "gif":"gifan", | |
| "png":"png", |