Skip to content

Instantly share code, notes, and snippets.

View rayantony's full-sized avatar

ray anthony rayantony

  • Mexico
View GitHub Profile
@rayantony
rayantony / window1-b.html
Created August 29, 2016 15:14
TryIt HTML Fun with w3Schools Editor and re-injection
TryIt HTML Fun with w3Schools Editor and re-injection
===
paste window 1 code directly into the first frame of w3schools and hit run
window1-b.html a simpler version of the same
@rayantony
rayantony / README.md
Last active September 8, 2016 04:58
Bulk Script Injection of Url List Parsing and Live Loading CSS and JS Scripts

Bulk Script Injection of Url List Parsing and Live Loading CSS and JS Scripts

=== Bulk Inject Multiple Files with Mixed File Types [in progress unstable]

Usage load <script src="{file_version}"></script> thats it. URI ready if your browser is to utilize bookmark and address bar loading.

To test, load up the debug mode file prefilled with data debug-embed

Basic project is a couple hours in and is essentially a bulk injector of scripts and css files. It will parse the list which should for the moment be separated by spaces then, it will determine what's a css file, which is a javascript file, including versioned ones with variable query strings appended. As quickly as it is determined the respective input file type, the file is dynamically injected into the document head. So you get instant results.

@rayantony
rayantony / ParkedEdapte2016.html
Last active July 15, 2017 10:11
The Sad Fate of Edapte LLC
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html data-adblockkey="MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBALquDFETXRn0Hr05fUP7EJT77xYnPmRbpMy4vk8KYiHnkNpednjOANJcaXDXcKQJN0nXKZJL7TciJD8AoHXK158CAwEAAQ==_K0HmEE7fDHljXUgz+I0+VaGJmFRleXjKvUjzTvU/dEdPTL57dowKeVd7HcaxKuZBfxaxB/4u3fgzgZkWB9itYA==" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>edapte.com</title>
<script src="http://www.google.com/adsense/domains/caf.js" type="text/javascript" ></script>
<link href="http://d32ffatx74qnju.cloudfront.net/themes/assets/style.css" rel="stylesheet" type="text/css" media="screen" />
<link href="http://d32ffatx74qnju.cloudfront.net/themes/cleanPeppermintBlack_aa9e3bb5/style.css" rel="stylesheet" type="text/css" media="screen" />
<link href='//fonts.googleapis.com/css?family=Libre+Baskerville:400,700' rel='stylesheet' type='text/css'>
<link href='//fonts.goo
@rayantony
rayantony / README.md
Last active August 29, 2016 03:31
Simple Github Proxy

Simple Proxy Server

For hotlinking scripts and css files directly from Github Raw URLs simply run and add the final url into your <script> or <link> tags

example:

<script charset="UTF-8" crossorigin="anonymous" src="http://[].runnablecodesnippets.com/?link=https://gist.github.com/rayantony/2fa7ed9ab778b86819a73dcf3e9a4e6a/xtras.js"></script>
@rayantony
rayantony / README.md
Last active August 29, 2016 15:15
CSS a Flare for Injection - xtras.css Boomarklet and Github Proxy PHP

CSS and JS injection collection .js snippet

Just some fun for hijacking my own projects and testing stuff adding some flare and animation to dress up projects and be universally applied for the most part. See Ray Anthony Kind of a kit, various tools to serve as multiple methods solving the same problem.

Components:

  • Main version
  • raw js use this as a src reference in a script tag, to inject the css live. note: copy full path exactly
@rayantony
rayantony / stop_words.txt
Created August 29, 2016 00:18 — forked from DarrenN/stop_words.txt
Naively parse a text removing stopwords
'tis
'twas
a
aah
aaron
abandon
abandoned
abbott
abby
abe
@rayantony
rayantony / README.md
Last active August 29, 2016 00:05
html url rotator

HTML Rotator

Simple Example of a rotation script whech iterates through a list of strings as fed in local file csv. In this particular use case strings are URLS

@rayantony @rayanthonyrcc @deadflowers @rayrc

This is originally published @ tableau

@rayantony
rayantony / website-checker.sh
Created August 28, 2016 23:51 — forked from dominic-p/website-checker.sh
This is a shell script to check a provided list of URLs to see if the websites are working or not. It was based on the answers provided to this question: http://stackoverflow.com/q/21391776/931860
#!/bin/sh
# ---- website-checker.sh ----
# Pings a list of websites using cURL to see if they are up and
# there are no errors. If there are problems, we send an email using mailx
# to let ourselves know about the problem.
################################################################################
# Recipient of the errors email
[email protected]
@rayantony
rayantony / README.md
Created August 18, 2016 15:13
Uploaders

Basic Uploader

HTML Uploader Form example with minimal styling

@rayantony

@rayantony
rayantony / index.html
Last active March 19, 2016 10:35
hollyweed bcard sample
<html><head><title>Hollyweed | Hollywood Medical Marijuana Delivery Service</title>
<style>@import url(http://fonts.googleapis.com/css?family=Petit+Formal+Script:900,300,700);@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,900);@import url(http://fonts.googleapis.com/css?family=Righteous:400,300,700,900);
</style>
<link rel="stylesheet" href="http://codepen.io/rayrc/pen/dae9055225ce25daa96829e0ec97ed23.css">
<!-- jQuery: Grab Google CDN jQuery. fall back to local if necessary -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script>!window.jQuery && document.write('<script src="https://raw.githubusercontent.com/zurb/jquery-raptorize/master/jquery-1.8.0.min.js"><\/script>')</script>