chrome extension link https://chrome.google.com/webstore/detail/injector/bfdonckegflhbiamlmidciapolfccmmb?hl=en
CSS code
.FriendRequestAdd, .addButton, .FriendButton, ._42ft, ._3y89>._4jy0:first-child, ._51xa> ._4jy0 {
display: none;
<?php | |
/** | |
* Add schema to yoast seo breadcrumb | |
*/ | |
add_filter('wpseo_breadcrumb_links', 'jj_add_crumb_schema', 10, 1); | |
function jj_add_crumb_schema($crumbs) { | |
if ( ! is_array( $crumbs ) || $crumbs === array() ) { |
document.addEventListener('DOMContentLoaded', init, false); | |
function init(){ | |
adsBlocked(function(blocked){ | |
if(blocked){ | |
console.log('IsAdsBlocked: true'); | |
jQuery.post( "https://elegant-benz-28d755.netlify.com/proxy/https://www.google-analytics.com/collect", | |
`v=1&t=event&tid=UA-XXXX-1&cid=555&ec=Ad%20Setting&ea=Adblock&el=Enabled&dt=${jQuery(document).attr('title')}&dp=${jQuery(location).attr('href')}` | |
).done(function( data ) { |
/* | |
Node.js, express, oauth example using Twitters API | |
Install Dependencies: | |
npm install express | |
npm install oauth | |
Create App File: | |
Save this file to app.js | |
int peltier = 3; //The N-Channel MOSFET is on digital pin 3 | |
int power = 0; //Power level fro 0 to 99% | |
int peltier_level = map(power, 0, 99, 0, 255); //This is a value from 0 to 255 that actually controls the MOSFET | |
void setup(){ | |
Serial.begin(9600); | |
//pinMode(peltier, OUTPUT); | |
} |
// Arduino stepper motor control code | |
#include <Stepper.h> // Include the header file | |
// change this to the number of steps on your motor | |
#define STEPS 32 | |
// create an instance of the stepper class using the steps and pins | |
Stepper stepper(STEPS, 8, 10, 9, 11); |
package main | |
import ( | |
"log" | |
"net/http" | |
"net/url" | |
"fmt" | |
"golang.org/x/net/html" | |
"io/ioutil" | |
) |
chrome extension link https://chrome.google.com/webstore/detail/injector/bfdonckegflhbiamlmidciapolfccmmb?hl=en
CSS code
.FriendRequestAdd, .addButton, .FriendButton, ._42ft, ._3y89>._4jy0:first-child, ._51xa> ._4jy0 {
display: none;