Skip to content

Instantly share code, notes, and snippets.

View MWFIAE's full-sized avatar

Martin Wagner MWFIAE

View GitHub Profile
@MWFIAE
MWFIAE / MainWindow.xaml.cs
Created June 30, 2016 18:46
Here's are the modification to the MinimalExample, never really worked with github, so this is the best i can do for now, sry :/
using System.Windows;
namespace CefSharp.MinimalExample.Wpf
{
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeComponent();
Browser.RequestHandler = new AuthHandler();
// ==UserScript==
// @name Steemnova - No Sidebar
// @namespace http://tampermonkey.net/
// @version 0.1
// @description give me your cookies!
// @author MWFIAE
// @match https://steemnova.intinte.org/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Steemnova - Sidebar hidder
// @namespace http://tampermonkey.net/
// @version 0.1
// @description give me your cookies!
// @author MWFIAE
// @match https://steemnova.intinte.org/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name SteemitStem
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Takes you to Steemit and beyond!
// @author MWFIAE
// @match https://www.steemstem.io/*
// @grant none
// ==/UserScript==