Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View bluetidepro's full-sized avatar
🍕
🐺

Zach Reed bluetidepro

🍕
🐺
View GitHub Profile
@bluetidepro
bluetidepro / remove-advertisers.js
Last active December 29, 2023 06:27
Auto click "remove" on all facebook advertisers and Twitter interests
// I did this in Chrome...
//
// Go to https://www.facebook.com/ads/preferences/
// Click the "Advertisers" section to open it up.
// Click "See more" once
// Before doing anything else, just keep clicking space bar to trigger the "see more" button
// Do this for a bit until all the advertisers are loaded
// then run this below in the dev tools console...
// (It will take a few minutes, depending how many you have, and your browser may lock up, but once it's done you will see it auto clicked the "remove" X in the top right for all of them)
@bluetidepro
bluetidepro / ChromeMaterial.md
Last active January 31, 2023 22:15
ChromeMaterial.md

Make sure you are running Chrome 51 or higher. You can go to chrome://help/ to see your version/update. Then enable the follow flags:

chrome://flags/#top-chrome-md (set to Material)

Set the following to Enabled:

  • chrome://flags/#enable-material-design-user-manager
  • chrome://flags/#enable-md-policy-page
  • chrome://flags/#enable-md-history
  • chrome://flags/#enable-md-extensions
<ul id="blogPosts"></ul>
<style type="text/css" media="screen">
.blog-entries-container {
display: block;
width: 100%;
padding: 0;
margin: 0 auto;
}
.blog-entries-container h1 {}
.blog-entries-container h2 {
@bluetidepro
bluetidepro / HipHopJS.js
Last active December 31, 2015 15:29
HipHopJS - If Hip Hop was a simple function. Twitter: #HipHopJS
// HipHopJS
function MCHammer() {
setTimeout('Hammertime()', 5000); // Stop then Hammertime
return false;
alert('U Can\'t Touch This');
}
function Jay_Z() {
if ($problems.length <= 99 && $problems.bitch != 1){
@bluetidepro
bluetidepro / StorenvyPageCode
Last active December 25, 2015 19:39
Storenvy Liquid Page Code - Add this to your custom theme to allow pages to show up in the theme.
{% for page in pages.all %}
<li><a href="{{ page.url }}" class="{{ page.permalink }}">{{ page.name }}</a></li>
{% endfor %}
@bluetidepro
bluetidepro / Sublime User (Bluetidepro) Settings.json
Created January 17, 2013 01:39
My Sublime Text 2 User Settings
{
"auto_match_enabled": false,
"bold_folder_labels": true,
"caret_style": "smooth",
"color_scheme": "Packages/Dayle Rees Color Schemes/Peacock.tmTheme", // Download: https://github.com/daylerees/colour-schemes
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"file_exclude_patterns": [
".DS_Store",
".gitkeep",
@bluetidepro
bluetidepro / social_stuff.php
Created February 15, 2012 17:31 — forked from srcoley/social_stuff.php
Social Stuff
<?php
/*
* Plugin Name: Social Stuff
* Description: Allows users to befriend or follow one-another. Also tracks events such as commemts and follows so they they can be displayed in an activity feed.
* Version: 0.1
* Author: Stephen Coley
* Author URI: http://coley.co
* License: GPL2
*
*