Guest User

Untitled

a guest
Aug 7th, 2024
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. 5ch PC版(classic)/スマホ版(itest) 切り替えブックマークレット
  2.  
  3. ■今見てるスレをPC版で開く
  4. javascript:(function(d,l){var%20m=l.href.match(/:\/\/itest(\.5ch\.net)\/(\w+)\/test\/read\.cgi\/(\w+)\/(\d+)(?:\/(.+))?/i);if(m){d.cookie="5chClassic=on;domain=.5ch.net;path=/;max-age=31536000";l.href=`http://${m[2]}${m[1]}/test/read.cgi/c/${m[3]}/${m[4]}/`+(m[5]?m[5]:"");}})(document,location);
  5.  
  6. ■今見てるスレをitestで開く
  7. javascript:(function(d,l){var%20m=l.href.match(/:\/\/(\w+)(\.5ch\.net)\/test\/read\.cgi\/(?:c\/)?(\w+)\/(\d+)(?:\/(.+))?/i);if(m){d.cookie="5chClassic=off;domain=.5ch.net;path=/;max-age=31536000";l.href=`http://itest.5ch.net/${m[1]}/test/read.cgi/${m[3]}/${m[4]}/`+(m[5]?m[5]:"");}})(document,location);
Advertisement
Add Comment
Please, Sign In to add comment