Skip to content
View mvark's full-sized avatar

Highlights

  • Pro

Block or report mvark

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 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
    3
    
                  
    4
    function doGet(request) {
    5
      var ss = SpreadsheetApp.openByUrl( "https://docs.google.com/spreadsheet/ccc?key=<YOUR-SPREADSHEET-ID>");
  2. 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>
  3. "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">
    3
        void Page_Load(Object Src, EventArgs E)
    4
        {
    5
            try
  4. IMDb Search bookmarklet inspired by ... IMDb Search bookmarklet inspired by the Wikipedia Search bookmarklet code here - https://en.wikipedia.org/wiki/Bookmarklet
    1
    javascript:(function() {
    2
    function se(d) {
    3
        return d.selection ? d.selection.createRange().text : d.getSelection()
    4
    } 
    5
    s = se(document);