Discussions » Creation Requests

can someone fix this

§
Posted: 19.02.2016
Edited: 27.02.2016

can someone fix this

could someone fix this script . it stopped working on tsumino for a while . i wrote to the creator to fix it . but he aether taking a very long vacation or mia. if anyone knows of any other similar scripts i can use on tsumino or make a script like this one eather way works thanks :D

website http://www.tsumino.com/ +18 do not visit under the age of 18

https://greasyfork.org/en/scripts/10000-manga-onlineviewer-fluid-mode
https://greasyfork.org/sv/scripts/11953-manga-onlineviewer-fluid-mode-lewd-extender

§
Posted: 27.02.2016

can anyone please fix it or anyone now of any other script like this one ?

§
Posted: 27.02.2016

i think that this script removed support for all +18 sites

but you can add this module to the script

  // == Tsumino ========================================================================================================================
  {
   name: 'Tsumino',
   url: /tsumino/,
   run: function()
   {
    return
    {
     title:$('title').text().split('/')[0].trim(),
     series:$("a:contains('RETURN')").attr("href"),
     quant:(parseInt($('h1').text().split('of')[1].trim())),
     prev:'#',
     next:'#',
     url:function(i)
     {
      var url=window.location.pathname.split('/');
      return '/Image/Page/'+url[3]+'/'+i;
     },
     page:function(i,addImg,addAltImg)
     {
      var url=window.location.pathname.split('/');
      addImg(i,'/Image/Image/'+url[3]+'/'+i);
     }
    };
   },

Post reply

Sign in to post a reply.