Skip to content

Instantly share code, notes, and snippets.

@trlkly
trlkly / grant-none-shim.js
Last active May 7, 2021 21:44
Updated Greasemonkey "@grant none" compatibility shim.
/*
Forked from https://gist.github.com/arantius/3123124
The MIT License (MIT)
Copyright (c) 2014 Anthony Lieuallen
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@trlkly
trlkly / make-gis-great-again.user.js
Last active March 6, 2020 23:25 — forked from bijij/viewimage.user.js
Userscript version of the View Image chrome extension
// ==UserScript==
// @name Google Search "View Image" Button
// @name:ru Google Search кнопка "Показать в полном размере"
// @name:sl Gumb "Ogled slike" na Google Slikah
// @name:uk Google Search кнопка "Показати зображення"
// @name:lt Google paieškos mygtukas "Rodyti vaizdą"
// @name:pl Przycisk "Pokaż obraz" w wyszukiwarce obrazów Google
// @name:ja Google検索「画像を表示」ボタン
// @name:nl Google zoeken "Afbeelding bekijken" knop
// @namespace https://github.com/devunt/make-gis-great-again
@trlkly
trlkly / gm4-shim.js
Last active February 18, 2018 02:50
Less limited GreaseMonkey 4 drop-in shim **UNTESTED**
/*
Portions of this script are copied from https://gist.github.com/arantius/3123124
under the following license and permission:
The MIT License (MIT)
Copyright (c) 2014 Anthony Lieuallen
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@trlkly
trlkly / gm4-storage-shim.js
Last active February 12, 2018 06:50
Limited GM4 shim
/*
Functions copied from https://gist.github.com/arantius/3123124
The MIT License (MIT)
Copyright (c) 2014 Anthony Lieuallen
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell