Pinned Loading
-
Browser Bookmarklet to record an ope...
Browser Bookmarklet to record an open web page's URL & its title as a row in Google Sheets 1//Following code can be used within Google App Script editor & deployed
2//Original code - https://stackoverflow.com/q/15592094/325251
34function doGet(request) {
5var ss = SpreadsheetApp.openByUrl( "https://docs.google.com/spreadsheet/ccc?key=<YOUR-SPREADSHEET-ID>");
-
Track & learn about Aphonetic Words....
Track & learn about Aphonetic Words. Demo - http://mvark.blogspot.in/p/aphonetic-words.html?m=1 1<!DOCTYPE html>
2<html>
3<head>
4<title>Aphonetic Words</title>
5</head>
-
"Download as Excel" with custom Head...
"Download as Excel" with custom Header & Footer. More info - http://mvark.blogspot.in/2007/02/how-to-add-header-or-footer-to.html 1<%@ Page Language="C#" %>
2<script runat="server">
3void Page_Load(Object Src, EventArgs E)
4{
5try
-
IMDb Search bookmarklet inspired by ...
IMDb Search bookmarklet inspired by the Wikipedia Search bookmarklet code here - https://en.wikipedia.org/wiki/Bookmarklet 1javascript:(function() {
2function se(d) {
3return d.selection ? d.selection.createRange().text : d.getSelection()
4}
5s = se(document);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.