Skip to content

Instantly share code, notes, and snippets.

View NotAdam's full-sized avatar
👌
nice

Adam NotAdam

👌
nice
  • Australia
View GitHub Profile
@NotAdam
NotAdam / servicenow-dark.css
Created May 28, 2020 14:49
servicenow dark theme (heisenberg release)
.sn-frameset-header,
body,
table,
.navbar-default,
HTML[data-doctype="true"] BODY.non_standard_lists {
background: #0a0a0a;
}
HTML[data-doctype="true"] .veditor_body table.sc_editor,
.veditor_body .sc_editor .m2m_filter_container table,
using System;
using System.Reflection;
using System.Reflection.Emit;
namespace ResourceReplace.Extensions
{
public static class FuckedExtensions
{
private delegate ref TFieldType RefGet< in TObject, TFieldType >( TObject obj );
@NotAdam
NotAdam / iltestplugin.msil
Last active January 16, 2021 12:34
An example dalamud plugin made using MSIL
.module ILTestPlugin.dll
.corflags 1 // ILOnly
// deps
.assembly extern mscorlib
{
.ver 2:0:0:0
}