duanjian7343 2013-11-13 09:40
浏览 43

是否可以使用我自己的浏览器更改网站的呈现方式?

I'm looking to make a mod manager for the Indie game Kerbal Space Program and in order to do this i'm planning on rendering a cut-down version of their mod website Kerbal Spaceport in a built in browser in a windows application.

Is it possible to alter the way the website is rendered client-side while retaining the original underlying links? I plan on using Visual C# to code the windows application, but i also have a decent understanding of PHP and most of the other common web development languages aside from ASP. Essentially i want to change the CSS of the website so that i can display elements of the website in a non-graphical, list format.

How difficult would this be for someone who has about 2 years experience in programming? I'm fairly capable with OO programming languages and have a strong understanding of HTML, CSS, JavaScript, with a dash of PHP.

  • 写回答

1条回答 默认 最新

  • dongzhuang2030 2013-12-10 10:15
    关注

    this can pretty much be done in most web browsers. In Chrome if you press ctrl + Shift + i this brings up a window, here is the HTML for the current webpage. from this window you are free to edit the webpage to your liking. bearing in mind that any changes will only be made client side and as soon as you refresh the page, it will request the page again from the server unchanged.

    评论

报告相同问题?

悬赏问题

  • ¥15 c语言怎么用printf(“\b \b”)与getch()实现黑框里写入与删除?
  • ¥20 怎么用dlib库的算法识别小麦病虫害
  • ¥15 华为ensp模拟器中S5700交换机在配置过程中老是反复重启
  • ¥15 java写代码遇到问题,求帮助
  • ¥15 uniapp uview http 如何实现统一的请求异常信息提示?
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?