Removes the clutter from various New Zealand news websites and creates a page for the article on telegra.ph.
Website: https://declutter.1j.nz
Repository: https://github.com/master5o1/declutter
- Newsroom
- Noted
- NZ Herald
Removes the clutter from various New Zealand news websites and creates a page for the article on telegra.ph.
Website: https://declutter.1j.nz
Repository: https://github.com/master5o1/declutter
Bypasses the new NZHerald Premium paywall using Javascript to peek at the LD+JSON Schema to figure out which CSS selector is being used to hide content.
I made this mostly for myself.
Primary source repository is located on my gogs instance, https://git.1j.nz/firefox-extensions/nzherald-bypass.
declare module 'vue-signature-pad' { | |
import signature_pad, * as SignaturePad from 'signature_pad'; | |
import Vue from 'vue'; | |
export interface IOptions extends SignaturePad.IOptions {} | |
export interface IPointGroup extends SignaturePad.IPointGroup {} | |
export interface Status { | |
isEmpty: boolean; | |
data?: any; |
/* Adapted by Jason Schwarzenberger | |
* for Typescript from | |
* qif2json | |
* https://github.com/spmason/qif2json | |
* | |
* Copyright (c) 2012 Steve Mason | |
* Licensed under the MIT license. | |
*/ | |
function parseDate(str: string, format: string) { |
const GO=( F,i,z,{[z[0 ]]:B},u, zz)=>B((F% u?'':GO[z [u/ u]] ()[z[zz- zz/zz]](u- | |
u,u **u +zz -zz )[z [u] ](z [zz ],'' )[ | |
z[/* **/ zz- u/u] ](u -u, zz- u/u ))+ (F% | |
zz?'':GO[z [u/ u]] ()[ z[zz-zz/ zz] ](u -u,u **u | |
+zz -zz )[z [u] ](z [zz ],'' )[z [zz -u/ | |
u]] (zz -u/ u)) ||F )|| F< zz** u-u **u | |
+zz -u?GO(F+1,i ,z,i[z[u- zz/zz]],u ,zz):null ;//)[z[z z-u/u]])[ z[zz-u/u] | |
GO(1,this,['log', 'toString', 'console', 'replace', 'substring', /[^a-z]/gi],console,3,5); |
data:text/html,<html><body><div></div><script>document.getElementsByTagName('div')[0].innerText = 'data:text/html,' + document.getElementsByTagName('html')[0].innerHTML</script></body></html> |
I hereby claim:
To claim this, I am signing this object:
angular.module('ngWebsocketRpc', ['ngWebSocket', 'guid']) | |
.factory('$rpc', ['$websocket', '$q', 'guid', function($websocket, $q, guid) { | |
var seconds = 1000; | |
var history = {}; | |
var methods = {}; | |
var $ws; | |
var handlers = { | |
onOpen: angular.noop, | |
onClose: angular.noop, |
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
Version: GnuPG v1 | |
mQINBFbZPwEBEACsF8oNkQ/LSe4bS7bqjeTzfV+c3F+QFMDq5c/Z40YLlg4dILEz | |
CxnfAGj5+F8Gxele/WKicf8YRhsMTXbarFuL5PKibiQPFAE2Jo06TbIRHqc1GW1C | |
xDplF0sww7Kl/D1ly++xp7MQV4bJZz1U+mUxylPLNpM9Xd6WuSv0xN8dN4cALVnB | |
vu/G/6+qrsJ/rLsPqdPSPttET5g5p7dRaXpKY8RlRFh+RBsZ0f4+7x9pCkvJrgEZ | |
NcTzjn/r/r7Vk0GGrp8PxNrOTTXelljkMxK60KZvTSL5+ksdX0d1GJ8Nxm9Ah5LY | |
XmMjv09XD/5YFG6RkE9itPIwfk7+aJ4T6hAgrJBAUa4kytkTgJwAUkarn77hfHad | |
rFK7hlxRBmR5ntYNmr0QkoQ1buHSJ2szr72uXSfoobP3Onig0Z0G04fkTU0tFBVy |
""" | |
lolcryption.py | |
Translates text into LOLcrypted ciphertext. <http://lolcryption.master5o1.com/> | |
Created By: | |
- Jason Schwarzenberger <https://github.com/master5o1> | |
License: | |
MIT | |
""" | |
from cloudbot import hook |