new TO bookmarklet

Discussion in 'Scripts' started by elt, Sep 8, 2017.

  1. elt

    elt User

    Joined:
    Feb 19, 2013
    Messages:
    2,300
    Likes Received:
    139
    some of the newer versions of MTurk Suite forum export have links
    to both the old and the new TO

    if you are on an old TO page, run this bookmarklet
    it will grab the requester ID from the current page
    open a new tab or window at the new TO
    you have to login same as the old TO to see reviews

    save this as a bookmark
    newTO

    if the forum mangles the link, you'll have to edit
    right click properties in firefox open bookmarks in chrome
    forum adds bold tags for some reason
    Code:
    javascript:window.open('https://turkopticon.info/requesters/'+document.location.href.split('=').pop());void(0);
    
     
    #1 elt, Sep 8, 2017
    Last edited by a moderator: Dec 18, 2017
  2. elt

    elt User

    Joined:
    Feb 19, 2013
    Messages:
    2,300
    Likes Received:
    139
    open a requester page on new site, click bookmark
    will open old new TO in two windows/tabs


    make bookmark from this link:
    old & new TO via Requester page

    Code:
    javascript:arued=document.location.href.split('/');window.open('https://turkopticon.ucsd.edu/'+arued[4]);window.open('https://turkopticon.info/requesters/'+arued[4]);void(0);
    
    if the forum mangles the link, you'll have to edit like in code block
    right click properties in firefox open bookmarks in chrome
    forum adds bold tags for some reason
     

Share This Page